Lines Matching refs:UINT64_C
48 #define SMI_CMD_63_17 UINT64_C(0xfffffffffffe0000)
49 #define SMI_CMD_PHY_OP UINT64_C(0x0000000000010000)
52 #define SMI_CMD_15_13 UINT64_C(0x000000000000e000)
53 #define SMI_CMD_PHY_ADR UINT64_C(0x0000000000001f00)
54 #define SMI_CMD_7_5 UINT64_C(0x00000000000000e0)
55 #define SMI_CMD_REG_ADR UINT64_C(0x000000000000001f)
58 #define SMI_WR_DAT_63_18 UINT64_C(0xfffffffffffc0000)
59 #define SMI_WR_DAT_PENDING UINT64_C(0x0000000000020000)
60 #define SMI_WR_DAT_VAL UINT64_C(0x0000000000010000)
61 #define SMI_WR_DAT_DAT UINT64_C(0x000000000000ffff)
64 #define SMI_RD_DAT_63_18 UINT64_C(0xfffffffffffc0000)
65 #define SMI_RD_DAT_PENDING UINT64_C(0x0000000000020000)
66 #define SMI_RD_DAT_VAL UINT64_C(0x0000000000010000)
67 #define SMI_RD_DAT_DAT UINT64_C(0x000000000000ffff)
70 #define SMI_CLK_63_21 UINT64_C(0xffffffffffe00000)
71 #define SMI_CLK_SAMPLE_HI UINT64_C(0x00000000001f0000)
72 #define SMI_CLK_15_14 UINT64_C(0x000000000000c000)
73 #define SMI_CLK_CLK_IDLE UINT64_C(0x0000000000002000)
74 #define SMI_CLK_PREAMBLE UINT64_C(0x0000000000001000)
75 #define SMI_CLK_SAMPLE UINT64_C(0x0000000000000f00)
76 #define SMI_CLK_PHASE UINT64_C(0x00000000000000ff)
79 #define SMI_EN_63_1 UINT64_C(0xfffffffffffffffe)
80 #define SMI_EN_EN UINT64_C(0x0000000000000001)