Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dshpc.c58 #define SHPC_SLOT_REG(s) (0x24 + (s) * 4) macro
60 #define SHPC_SLOT_STATUS(s) (0x0 + SHPC_SLOT_REG(s))
98 #define SHPC_SLOT_EVENT_LATCH(s) (0x2 + SHPC_SLOT_REG(s))
100 #define SHPC_SLOT_EVENT_SERR_INT_DIS(d, s) (0x3 + SHPC_SLOT_REG(s))
112 #define SHPC_SIZEOF(d) SHPC_SLOT_REG((d)->shpc->nslots)
721 return pow2roundup32(SHPC_SLOT_REG(SHPC_MAX_SLOTS)); in shpc_bar_size()