Home | History | Annotate | Download | only in dev

Lines Matching refs:UINT64_C

38 #define	CIU_INT0_SUM0				UINT64_C(0x0001070000000000)
39 #define CIU_INT1_SUM0 UINT64_C(0x0001070000000008)
40 #define CIU_INT2_SUM0 UINT64_C(0x0001070000000010)
41 #define CIU_INT3_SUM0 UINT64_C(0x0001070000000018)
44 #define CIU_INT32_SUM0 UINT64_C(0x0001070000000100)
45 #define CIU_INT_SUM1 UINT64_C(0x0001070000000108)
46 #define CIU_INT0_EN0 UINT64_C(0x0001070000000200)
47 #define CIU_INT1_EN0 UINT64_C(0x0001070000000210)
48 #define CIU_INT2_EN0 UINT64_C(0x0001070000000220)
49 #define CIU_INT3_EN0 UINT64_C(0x0001070000000230)
52 #define CIU_INT32_EN0 UINT64_C(0x0001070000000400)
53 #define CIU_INT0_EN1 UINT64_C(0x0001070000000208)
54 #define CIU_INT1_EN1 UINT64_C(0x0001070000000218)
55 #define CIU_INT2_EN1 UINT64_C(0x0001070000000228)
56 #define CIU_INT3_EN1 UINT64_C(0x0001070000000238)
59 #define CIU_INT32_EN1 UINT64_C(0x0001070000000408)
60 #define CIU_TIM0 UINT64_C(0x0001070000000480)
61 #define CIU_TIM1 UINT64_C(0x0001070000000488)
62 #define CIU_TIM2 UINT64_C(0x0001070000000490)
63 #define CIU_TIM3 UINT64_C(0x0001070000000498)
64 #define CIU_WDOG0 UINT64_C(0x0001070000000500)
66 #define CIU_PP_POKE0 UINT64_C(0x0001070000000580)
67 #define CIU_PP_POKE1 UINT64_C(0x0001070000000588)
69 #define CIU_MBOX_SET0 UINT64_C(0x0001070000000600)
70 #define CIU_MBOX_SET1 UINT64_C(0x0001070000000608)
72 #define CIU_MBOX_CLR0 UINT64_C(0x0001070000000680)
73 #define CIU_MBOX_CLR1 UINT64_C(0x0001070000000688)
75 #define CIU_PP_RST UINT64_C(0x0001070000000700)
76 #define CIU_PP_DBG UINT64_C(0x0001070000000708)
77 #define CIU_GSTOP UINT64_C(0x0001070000000710)
78 #define CIU_NMI UINT64_C(0x0001070000000718)
79 #define CIU_DINT UINT64_C(0x0001070000000720)
80 #define CIU_FUSE UINT64_C(0x0001070000000728)
81 #define CIU_BIST UINT64_C(0x0001070000000730)
82 #define CIU_SOFT_BIST UINT64_C(0x0001070000000738)
83 #define CIU_SOFT_RST UINT64_C(0x0001070000000740)
84 #define CIU_SOFT_PRST UINT64_C(0x0001070000000748)
85 #define CIU_PCI_INTA UINT64_C(0x0001070000000750)
86 #define CIU_INT4_SUM0 UINT64_C(0x0001070000000c00)
87 #define CIU_INT4_SUM1 UINT64_C(0x0001070000000c08)
89 #define CIU_INT4_EN00 UINT64_C(0x0001070000000c80)
90 #define CIU_INT4_EN01 UINT64_C(0x0001070000000c88)
91 #define CIU_INT4_EN10 UINT64_C(0x0001070000000c90)
92 #define CIU_INT4_EN11 UINT64_C(0x0001070000000c98)
96 #define CIU_BASE UINT64_C(0x0001070000000000)
224 #define CIU_TIMX_XXX_63_37 UINT64_C(0xffffffe000000000)
225 #define CIU_TIMX_ONE_SHOT UINT64_C(0x0000001000000000)
226 #define CIU_TIMX_LEN UINT64_C(0x0000000fffffffff)
228 #define CIU_WDOGX_XXX_63_46 UINT64_C(0xffffc00000000000)
229 #define CIU_WDOGX_GSTOPEN UINT64_C(0x0000200000000000)
230 #define CIU_WDOGX_DSTOP UINT64_C(0x0000100000000000)
231 #define CIU_WDOGX_CNT UINT64_C(0x00000ffffff00000)
232 #define CIU_WDOGX_LEN UINT64_C(0x00000000000ffff0)
233 #define CIU_WDOGX_STATE UINT64_C(0x000000000000000c)
234 #define CIU_WDOGX_MODE UINT64_C(0x0000000000000003)
240 #define CIU_PP_POKEX_XXX_63_0 UINT64_C(0xffffffffffffffff)
242 #define CIU_MBOX_SETX_XXX_63_32 UINT64_C(0xffffffff00000000)
243 #define CIU_MBOX_SETX_SET UINT64_C(0x00000000ffffffff)
245 #define CIU_MBOX_CLRX_XXX_63_32 UINT64_C(0xffffffff00000000)
246 #define CIU_MBOX_CLRX_CLR UINT64_C(0x00000000ffffffff)
248 #define CIU_PP_RST_RST UINT64_C(0x0000ffffffffffff)
249 #define CIU_PP_RST_RST0 UINT64_C(0x0000000000000001)
251 #define CIU_PP_DBG_PPDBG UINT64_C(0x0000ffffffffffff)
253 #define CIU_GSTOP_XXX_63_1 UINT64_C(0xfffffffffffffffe)
254 #define CIU_GSTOP_GSTOP UINT64_C(0x0000000000000001)
256 #define CIU_NMI_NMI UINT64_C(0x0000ffffffffffff)
258 #define CIU_DINT_DINT UINT64_C(0x0000ffffffffffff)
260 #define CIU_FUSE_FUSE UINT64_C(0x0000ffffffffffff)
262 #define CIU_BIST_BIST UINT64_C(0x0000ffffffffffff)
264 #define CIU_SOFT_BIST_XXX_63_1 UINT64_C(0xfffffffffffffffe)
265 #define CIU_SOFT_BIST_SOFT_BIST UINT64_C(0x0000000000000001)
267 #define CIU_SOFT_RST_XXX_63_1 UINT64_C(0xfffffffffffffffe)
268 #define CIU_SOFT_RST_SOFT_RST UINT64_C(0x0000000000000001)
270 #define CIU_SOFT_PRST_XXX_63_4 UINT64_C(0xfffffffffffffff8)
271 #define CIU_SOFT_PRST_HOST64 UINT64_C(0x0000000000000004)
272 #define CIU_SOFT_PRST_NPI UINT64_C(0x0000000000000002)
273 #define CIU_SOFT_PRST_SOFT_PRST UINT64_C(0x0000000000000001)
275 #define CIU_PCI_INTA_XXX_63_2 UINT64_C(0xfffffffffffffffc)
276 #define CIU_PCI_INTA_INT UINT64_C(0x0000000000000003)