Home
last modified time | relevance | path

Searched defs:_BIT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dlsxl.h25 #define _BIT(x) (1<<(x)) macro
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_v2.h18 #define _BIT(b) _SBF(b, 1) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/
H A Dlpc32xx.h14 #define _BIT(n) _SBF(n, 1) macro