Home
last modified time | relevance | path

Searched defs:_BIT (Results 1 – 2 of 2) 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