Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c110 #define SHPC_MAX_SLOTS 31 macro
605 int nslots = SHPC_MAX_SLOTS; /* TODO: qdev property? */ in shpc_init()
616 if (nslots > SHPC_MAX_SLOTS || in shpc_init()
675 return pow2roundup32(SHPC_SLOT_REG(SHPC_MAX_SLOTS)); in shpc_bar_size()