Searched refs:BITS_PER_UINT32 (Results 1 – 1 of 1) sorted by relevance
289 #define BITS_PER_UINT32 (NBBY * sizeof(uint32_t)) macro298 (PCI_MIN_MEM_ALLOC * BITS_PER_UINT32)];306 (PCI_MIN_IO_ALLOC * BITS_PER_UINT32)];650 uint32_t n = bit / BITS_PER_UINT32; in pcib_bit_get()652 bit = bit % BITS_PER_UINT32; in pcib_bit_get()659 uint32_t n = bit / BITS_PER_UINT32; in pcib_bit_set()661 bit = bit % BITS_PER_UINT32; in pcib_bit_set()