Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c17 ((PCIE_CONFIG_SPACE_SIZE - PCI_CONFIG_SPACE_SIZE) / (PCI_CAP_SIZEOF + 4))
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1544 loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF; in vfio_cap_init()
1626 loops = (pdev->cfg_size - PCI_CFG_SPACE_SIZE) / PCI_CAP_SIZEOF; in vfio_ecap_init()
1665 len = PCI_CAP_SIZEOF; in vfio_ecap_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h233 #define PCI_CAP_SIZEOF 4 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h234 #define PCI_CAP_SIZEOF 4 macro
/openbmc/u-boot/include/
H A Dpci.h339 #define PCI_CAP_SIZEOF 4 macro
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c1537 pos <= (PCI_CFG_SPACE_SIZE - PCI_CAP_SIZEOF)); in is_valid_std_cap_offset()