We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f409855 + 0cc62ae commit 0888e08Copy full SHA for 0888e08
2 files changed
drivers/pci/controller/pci-xgene.c
@@ -49,7 +49,6 @@
49
#define EN_REG 0x00000001
50
#define OB_LO_IO 0x00000002
51
#define XGENE_PCIE_DEVICEID 0xE004
52
-#define SZ_1T (SZ_1G*1024ULL)
53
#define PIPE_PHY_RATE_RD(src) ((0xc000 & (u32)(src)) >> 0xe)
54
55
#define XGENE_V1_PCI_EXP_CAP 0x40
include/linux/sizes.h
@@ -47,6 +47,8 @@
47
#define SZ_8G _AC(0x200000000, ULL)
48
#define SZ_16G _AC(0x400000000, ULL)
#define SZ_32G _AC(0x800000000, ULL)
+
+#define SZ_1T _AC(0x10000000000, ULL)
#define SZ_64T _AC(0x400000000000, ULL)
#endif /* __LINUX_SIZES_H__ */
0 commit comments