Home
last modified time | relevance | path

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

/openbmc/qemu/hw/fsi/
H A Dfsi-master.c34 #define FSI_MRESB0_RESET_GENERAL BE_BIT(0)
35 #define FSI_MRESB0_RESET_ERROR BE_BIT(1)
H A Dcfam.c18 #define ENGINE_CONFIG_NEXT BE_BIT(0)
/openbmc/qemu/include/hw/fsi/
H A Dfsi.h14 #define BE_BIT(x) BIT(31 - (x)) macro