Home
last modified time | relevance | path

Searched refs:BIT_TO_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/mach-rc32434/
Dddr.h87 #define RC32434_DDRC_MSK(x) BIT_TO_MASK(x)
92 #define RC32434_DCST_MSK(x) BIT_TO_MASK(x)
127 #define RC32434_LLFC_MSK(x) BIT_TO_MASK(x)
137 #define RC32434_DLLED_MSK(x) BIT_TO_MASK(x)
Dtimer.h54 #define RC32434_RTC_MSK(x) BIT_TO_MASK(x)
Drb.h59 #define BIT_TO_MASK(x) (1 << x) macro