Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dslotid_cap.c8 #define SLOTID_NSLOTS_SHIFT ctz32(PCI_SID_ESR_NSLOTS)
22 if (nslots < 0 || nslots > (PCI_SID_ESR_NSLOTS >> SLOTID_NSLOTS_SHIFT)) { in slotid_cap_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h300 #define PCI_SID_ESR_NSLOTS 0x1f /* Number of expansion slots available */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h301 #define PCI_SID_ESR_NSLOTS 0x1f /* Number of expansion slots available */ macro
/openbmc/u-boot/include/
H A Dpci.h397 #define PCI_SID_ESR_NSLOTS 0x1f /* Number of expansion slots available */ macro