Home
last modified time | relevance | path

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

/linux-6.15/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c419 struct resource *res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_pf_bar_shrink()
435 struct resource *res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_pf_bar_expand()
461 struct resource *vf_res = pdev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_vf_bar_shrink()
700 struct resource *vf_res = vf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_assign_barspace()
701 struct resource *pf_res = pf_dev->resource + PCI_STD_RESOURCES + 4; in octep_vdpa_assign_barspace()
707 vf_res->parent = (pf_dev->resource + PCI_STD_RESOURCES)->parent; in octep_vdpa_assign_barspace()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_region_lmem.c25 for (resno = PCI_STD_RESOURCES; resno < PCI_STD_RESOURCE_END; resno++) { in _release_bars()
/linux-6.15/arch/x86/pci/
H A Di386.c256 { PCI_STD_RESOURCES, PCI_STD_RESOURCE_END }, in pcibios_allocate_dev_resources()
/linux-6.15/drivers/pci/
H A Dof_property.c119 res = &pdev->resource[PCI_STD_RESOURCES]; in of_pci_prop_ranges()
/linux-6.15/drivers/vfio/pci/
H A Dvfio_pci_core.c115 int bar = i + PCI_STD_RESOURCES; in vfio_pci_probe_mmaps()
618 bar = i + PCI_STD_RESOURCES; in vfio_pci_core_disable()
H A Dvfio_pci_config.c484 int bar = i + PCI_STD_RESOURCES; in vfio_bar_fixup()
/linux-6.15/include/linux/
H A Dpci.h98 PCI_STD_RESOURCES, enumerator
99 PCI_STD_RESOURCE_END = PCI_STD_RESOURCES + PCI_STD_NUM_BARS - 1,