Lines Matching refs:UINT64_C
42 #define RNM_CTL_STATUS UINT64_C(0x0001180040000000)
43 #define RNM_BIST_STATUS UINT64_C(0x0001180040000008)
47 #define RNM_CTL_STATUS_XXX_63_5 UINT64_C(0xfffffffffffffe00)
48 #define RNM_CTL_STATUS_ENT_SEL_MASK UINT64_C(0x00000000000001e0)
49 #define RNM_CTL_STATUS_EXP_ENT UINT64_C(0x0000000000000010)
50 #define RNM_CTL_STATUS_RNG_RST UINT64_C(0x0000000000000008)
51 #define RNM_CTL_STATUS_RNM_RST UINT64_C(0x0000000000000004)
52 #define RNM_CTL_STATUS_RNG_EN UINT64_C(0x0000000000000002)
53 #define RNM_CTL_STATUS_ENT_EN UINT64_C(0x0000000000000001)
55 #define RNM_BIST_STATUS_XXX_63_2 UINT64_C(0xfffffffffffffffc)
56 #define RNM_BIST_STATUS_RRC UINT64_C(0x0000000000000002)
57 #define RNM_BIST_STATUS_MEM UINT64_C(0x0000000000000001)