Home
last modified time | relevance | path

Searched refs:pow2roundup32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dhost-utils.h754 static inline uint32_t pow2roundup32(uint32_t x) in pow2roundup32() function
/openbmc/qemu/hw/pci/
H A Dshpc.c721 return pow2roundup32(SHPC_SLOT_REG(SHPC_MAX_SLOTS)); in shpc_bar_size()