| /linux/drivers/pci/ |
| H A D | rom.c | 26 struct resource *res = &pdev->resource[PCI_ROM_RESOURCE]; in pci_enable_rom() 60 struct resource *res = &pdev->resource[PCI_ROM_RESOURCE]; in pci_disable_rom() 138 struct resource *res = &pdev->resource[PCI_ROM_RESOURCE]; in pci_map_rom() 143 if (res->parent == NULL && pci_assign_resource(pdev, PCI_ROM_RESOURCE)) in pci_map_rom() 146 start = pci_resource_start(pdev, PCI_ROM_RESOURCE); in pci_map_rom() 147 *size = pci_resource_len(pdev, PCI_ROM_RESOURCE); in pci_map_rom() 189 struct resource *res = &pdev->resource[PCI_ROM_RESOURCE]; in pci_unmap_rom()
|
| H A D | pci-sysfs.c | 718 !!(pdev->resource[PCI_ROM_RESOURCE].flags & in boot_vga_show() 1407 if (!pci_resource_end(pdev, PCI_ROM_RESOURCE)) in pci_dev_rom_attr_is_visible() 1418 return pci_resource_len(pdev, PCI_ROM_RESOURCE); in pci_dev_rom_attr_bin_size()
|
| H A D | setup-bus.c | 381 if (resno == PCI_ROM_RESOURCE && !(res->flags & IORESOURCE_ROM_ENABLE)) in pci_resource_is_optional()
|
| H A D | probe.c | 386 struct resource *res = &dev->resource[PCI_ROM_RESOURCE]; in pci_read_bases()
|
| /linux/arch/x86/pci/ |
| H A D | i386.c | 293 r = &dev->resource[PCI_ROM_RESOURCE]; in pcibios_allocate_dev_resources() 330 r = &dev->resource[PCI_ROM_RESOURCE]; in pcibios_allocate_dev_rom_resource() 336 if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) { in pcibios_allocate_dev_rom_resource()
|
| H A D | common.c | 129 struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE]; in pcibios_fixup_device_resources()
|
| H A D | fixup.c | 384 res = &pdev->resource[PCI_ROM_RESOURCE]; in pci_fixup_video()
|
| /linux/arch/mips/loongson64/ |
| H A D | vbios_quirk.c | 8 struct resource *res = &pdev->resource[PCI_ROM_RESOURCE]; in pci_fixup_video()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_rdwr.c | 241 else if (bar == PCI_ROM_RESOURCE && pdev->rom && pdev->romlen) in vfio_pci_bar_rw() 251 if (bar == PCI_ROM_RESOURCE) { in vfio_pci_bar_rw() 297 if (bar == PCI_ROM_RESOURCE) { in vfio_pci_bar_rw()
|
| H A D | vfio_pci_config.c | 511 if (pci_resource_start(pdev, PCI_ROM_RESOURCE)) { in vfio_bar_fixup() 512 mask = ~(pci_resource_len(pdev, PCI_ROM_RESOURCE) - 1); in vfio_bar_fixup()
|
| H A D | vfio_pci_core.c | 1073 if (pci_resource_start(pdev, PCI_ROM_RESOURCE)) { in vfio_pci_ioctl_get_region_info() 1084 PCI_ROM_RESOURCE); in vfio_pci_ioctl_get_region_info()
|
| /linux/drivers/mtd/maps/ |
| H A D | pci.c | 160 base = pci_resource_start(dev, PCI_ROM_RESOURCE); in intel_dc21285_init() 161 len = pci_resource_len(dev, PCI_ROM_RESOURCE); in intel_dc21285_init()
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_cache.c | 182 for (i = 0; i <= PCI_ROM_RESOURCE; i++) { in __eeh_addr_cache_insert_dev()
|
| H A D | pci_of_scan.c | 153 res = &dev->resource[PCI_ROM_RESOURCE]; in of_pci_parse_addrs()
|
| /linux/drivers/video/ |
| H A D | sticore.c | 991 rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE); in sti_try_rom_generic() 1067 rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE); in sticore_pci_init() 1068 rom_len = pci_resource_len(pd, PCI_ROM_RESOURCE); in sticore_pci_init()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space_header.c | 220 pos = PCI_ROM_RESOURCE; in bar_init()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 973 struct resource *res= &par->pci_dev->resource[PCI_ROM_RESOURCE]; in save_vga_x86() 985 struct resource *res= &par->pci_dev->resource[PCI_ROM_RESOURCE]; in restore_vga_x86()
|
| /linux/drivers/parisc/ |
| H A D | dino.c | 660 dev->resource[PCI_ROM_RESOURCE].flags = 0; in dino_fixup_bus()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 237 res = &dev->resource[PCI_ROM_RESOURCE]; in pci_parse_of_addrs()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-ioda.c | 262 for (i = 0; i <= PCI_ROM_RESOURCE; i++) { in pnv_ioda_reserve_dev_m64_pe() 1990 for (i = 0; i <= PCI_ROM_RESOURCE; i++) in pnv_ioda_setup_pe_seg()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbmon.c | 1504 res = &dev->resource[PCI_ROM_RESOURCE]; in fb_firmware_edid()
|
| /linux/include/linux/ |
| H A D | pci.h | 102 PCI_ROM_RESOURCE, enumerator
|