Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci.c542 int ttl, pos = PCI_CFG_SPACE_SIZE; in pci_find_next_ext_capability()
545 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()
559 if (pos < PCI_CFG_SPACE_SIZE) in pci_find_next_ext_capability()
H A Dpci-uclass.c1411 int pos = PCI_CFG_SPACE_SIZE; in dm_pci_find_next_ext_capability()
1414 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dm_pci_find_next_ext_capability()
1432 if (pos < PCI_CFG_SPACE_SIZE) in dm_pci_find_next_ext_capability()
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c385 assert(offset >= PCI_CFG_SPACE_SIZE && in cxl_component_create_dvsec()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h29 #define PCI_CFG_SPACE_SIZE 256 macro
/openbmc/u-boot/include/
H A Dpci.h13 #define PCI_CFG_SPACE_SIZE 256 macro
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c1453 pos <= (PCI_CFG_SPACE_SIZE - PCI_CAP_SIZEOF));