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.c57 #define SHPC_SLOT_REG(s) (0x24 + (s) * 4) macro
59 #define SHPC_SLOT_STATUS(s) (0x0 + SHPC_SLOT_REG(s))
97 #define SHPC_SLOT_EVENT_LATCH(s) (0x2 + SHPC_SLOT_REG(s))
99 #define SHPC_SLOT_EVENT_SERR_INT_DIS(d, s) (0x3 + SHPC_SLOT_REG(s))
111 #define SHPC_SIZEOF(d) SHPC_SLOT_REG((d)->shpc->nslots)
675 return pow2roundup32(SHPC_SLOT_REG(SHPC_MAX_SLOTS)); in shpc_bar_size()