Searched refs:BITS_TO_U32S (Results 1 – 3 of 3) sorted by relevance
69 #define GICV3_BMP_SIZE BITS_TO_U32S(GICV3_MAXIRQ)
78 uint32_t name[BITS_TO_U32S(bits)]
22 #define BITS_TO_U32S(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(uint32_t)) macro