Searched defs:_BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/buffalo/lsxl/ | ||
H A D | lsxl.h | 24 #define _BIT(x) (1<<(x)) macro |
/openbmc/qemu/target/s390x/ | ||
H A D | cpu_features.c | 21 #define DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC) \ argument |