Home
last modified time | relevance | path

Searched refs:__REGBIT (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/arm/mach-ns9xxx/include/mach/
Dregs-sys-ns9360.h43 #define SYS_PLL_SWC __REGBIT(15)
51 #define SYS_TCx_TEN __REGBIT(15)
56 #define SYS_TCx_TDBG __REGBIT(10)
61 #define SYS_TCx_INTC __REGBIT(9)
84 #define SYS_TCx_INTS __REGBIT(3)
89 #define SYS_TCx_UDS __REGBIT(2)
94 #define SYS_TCx_TSZ __REGBIT(1)
99 #define SYS_TCx_REN __REGBIT(0)
122 #define SYS_SMCSSMM_CSEx __REGBIT(0)
133 #define SYS_EIC_STS __REGBIT(3)
[all …]
Dregs-mem.h82 #define MEM_SMC_PSMC __REGBIT(20)
87 #define MEM_SMC_BSMC __REGBIT(19)
92 #define MEM_SMC_EW __REGBIT(8)
97 #define MEM_SMC_PB __REGBIT(7)
102 #define MEM_SMC_PC __REGBIT(6)
107 #define MEM_SMC_PM __REGBIT(3)
Dregs-bbu.h25 #define BBU_GCONFx_DIR(m) __REGBIT(3 + (((m) & 7) << 2))
28 #define BBU_GCONFx_INV(m) __REGBIT(2 + (((m) & 7) << 2))
Dhardware.h30 #define __REGBIT(bit) ((u32)1 << (bit)) macro