Home
last modified time | relevance | path

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

/openbmc/u-boot/board/buffalo/lsxl/
H A Dlsxl.h24 #define _BIT(x) (1<<(x)) macro
/openbmc/qemu/target/s390x/
H A Dcpu_features.c21 #define DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC) \ argument
/openbmc/linux/arch/arm/mach-lpc32xx/
H A Dlpc32xx.h14 #define _BIT(n) _SBF(n, 1) macro