Symbol: PCI_ROM_RESOURCE
arch/mips/loongson64/vbios_quirk.c
8
struct resource *res = &pdev->resource[PCI_ROM_RESOURCE];
arch/powerpc/kernel/eeh_cache.c
182
for (i = 0; i <= PCI_ROM_RESOURCE; i++) {
arch/powerpc/kernel/pci-common.c
1320
for (idx = 0; idx <= PCI_ROM_RESOURCE; idx++) {
arch/powerpc/kernel/pci-common.c
1329
if (idx == PCI_ROM_RESOURCE )
arch/powerpc/kernel/pci-common.c
1340
r = &dev->resource[PCI_ROM_RESOURCE];
arch/powerpc/kernel/pci-common.c
538
for (i = 0; i <= PCI_ROM_RESOURCE; i++) {
arch/powerpc/kernel/pci_of_scan.c
153
res = &dev->resource[PCI_ROM_RESOURCE];
arch/powerpc/platforms/powernv/pci-ioda.c
1990
for (i = 0; i <= PCI_ROM_RESOURCE; i++)
arch/powerpc/platforms/powernv/pci-ioda.c
262
for (i = 0; i <= PCI_ROM_RESOURCE; i++) {
arch/sparc/kernel/pci.c
259
res = &dev->resource[PCI_ROM_RESOURCE];
arch/x86/pci/common.c
129
struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE];
arch/x86/pci/fixup.c
384
res = &pdev->resource[PCI_ROM_RESOURCE];
arch/x86/pci/i386.c
293
r = &dev->resource[PCI_ROM_RESOURCE];
arch/x86/pci/i386.c
330
r = &dev->resource[PCI_ROM_RESOURCE];
arch/x86/pci/i386.c
336
if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) {
drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c
468
struct resource *res = &adev->pdev->resource[PCI_ROM_RESOURCE];
drivers/mtd/maps/pci.c
160
base = pci_resource_start(dev, PCI_ROM_RESOURCE);
drivers/mtd/maps/pci.c
161
len = pci_resource_len(dev, PCI_ROM_RESOURCE);
drivers/parisc/dino.c
660
dev->resource[PCI_ROM_RESOURCE].flags = 0;
drivers/pci/pci-driver.c
1516
for (i = 0; i <= PCI_ROM_RESOURCE; i++)
drivers/pci/pci-sysfs.c
1406
if (!pci_resource_end(pdev, PCI_ROM_RESOURCE))
drivers/pci/pci-sysfs.c
1417
return pci_resource_len(pdev, PCI_ROM_RESOURCE);
drivers/pci/pci-sysfs.c
718
!!(pdev->resource[PCI_ROM_RESOURCE].flags &
drivers/pci/pci.c
2084
for (i = 0; i <= PCI_ROM_RESOURCE; i++)
drivers/pci/pci.c
3241
return &dev->resource[PCI_ROM_RESOURCE];
drivers/pci/pci.c
6501
for (i = 0; i <= PCI_ROM_RESOURCE; i++)
drivers/pci/probe.c
383
struct resource *res = &dev->resource[PCI_ROM_RESOURCE];
drivers/pci/proc.c
389
for (i = 0; i <= PCI_ROM_RESOURCE; i++) {
drivers/pci/proc.c
396
for (i = 0; i <= PCI_ROM_RESOURCE; i++) {
drivers/pci/rom.c
138
struct resource *res = &pdev->resource[PCI_ROM_RESOURCE];
drivers/pci/rom.c
143
if (res->parent == NULL && pci_assign_resource(pdev, PCI_ROM_RESOURCE))
drivers/pci/rom.c
146
start = pci_resource_start(pdev, PCI_ROM_RESOURCE);
drivers/pci/rom.c
147
*size = pci_resource_len(pdev, PCI_ROM_RESOURCE);
drivers/pci/rom.c
189
struct resource *res = &pdev->resource[PCI_ROM_RESOURCE];
drivers/pci/rom.c
26
struct resource *res = &pdev->resource[PCI_ROM_RESOURCE];
drivers/pci/rom.c
60
struct resource *res = &pdev->resource[PCI_ROM_RESOURCE];
drivers/pci/setup-bus.c
386
if (resno == PCI_ROM_RESOURCE && !(res->flags & IORESOURCE_ROM_ENABLE))
drivers/pci/setup-res.c
128
if (resno <= PCI_ROM_RESOURCE)
drivers/pci/setup-res.c
63
} else if (resno == PCI_ROM_RESOURCE) {
drivers/pci/setup-res.c
70
if (resno < PCI_ROM_RESOURCE) {
drivers/pci/setup-res.c
72
} else if (resno == PCI_ROM_RESOURCE) {
drivers/vfio/pci/vfio_pci_config.c
511
if (pci_resource_start(pdev, PCI_ROM_RESOURCE)) {
drivers/vfio/pci/vfio_pci_config.c
512
mask = ~(pci_resource_len(pdev, PCI_ROM_RESOURCE) - 1);
drivers/vfio/pci/vfio_pci_core.c
1081
if (pci_resource_start(pdev, PCI_ROM_RESOURCE)) {
drivers/vfio/pci/vfio_pci_core.c
1092
PCI_ROM_RESOURCE);
drivers/vfio/pci/vfio_pci_rdwr.c
241
else if (bar == PCI_ROM_RESOURCE && pdev->rom && pdev->romlen)
drivers/vfio/pci/vfio_pci_rdwr.c
251
if (bar == PCI_ROM_RESOURCE) {
drivers/vfio/pci/vfio_pci_rdwr.c
297
if (bar == PCI_ROM_RESOURCE) {
drivers/video/fbdev/core/fbmon.c
1506
res = &dev->resource[PCI_ROM_RESOURCE];
drivers/video/fbdev/nvidia/nvidia.c
973
struct resource *res= &par->pci_dev->resource[PCI_ROM_RESOURCE];
drivers/video/fbdev/nvidia/nvidia.c
985
struct resource *res= &par->pci_dev->resource[PCI_ROM_RESOURCE];
drivers/video/fbdev/sis/sis_main.c
5878
if(pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW) {
drivers/video/sticore.c
1067
rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE);
drivers/video/sticore.c
1068
rom_len = pci_resource_len(pd, PCI_ROM_RESOURCE);
drivers/video/sticore.c
991
rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE);
drivers/xen/xen-pciback/conf_space_header.c
220
pos = PCI_ROM_RESOURCE;