Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_common.h69 #define GICV3_BMP_SIZE BITS_TO_U32S(GICV3_MAXIRQ)
/openbmc/qemu/include/qemu/
H A Dbitmap.h78 uint32_t name[BITS_TO_U32S(bits)]
H A Dbitops.h22 #define BITS_TO_U32S(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(uint32_t)) macro