Home
last modified time | relevance | path

Searched refs:IORESOURCE_ROM_ENABLE (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-frv.c135 if (r->flags & IORESOURCE_ROM_ENABLE) { in pcibios_allocate_resources()
139 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_resources()
/linux-4.4.14/arch/mn10300/unit-asb2305/
Dpci-asb2305.c164 if (r->flags & IORESOURCE_ROM_ENABLE) { in pcibios_allocate_resources()
170 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_resources()
/linux-4.4.14/drivers/pci/
Drom.c157 if (!(res->flags & (IORESOURCE_ROM_ENABLE | in pci_map_rom()
191 if (!(res->flags & (IORESOURCE_ROM_ENABLE | IORESOURCE_ROM_SHADOW))) in pci_unmap_rom()
Dsetup-res.c74 if (!(res->flags & IORESOURCE_ROM_ENABLE)) in pci_update_resource()
370 (!(r->flags & IORESOURCE_ROM_ENABLE))) in pci_enable_resources()
Dsetup-bus.c311 (!(res->flags & IORESOURCE_ROM_ENABLE)))) in assign_requested_resources_sorted()
Dprobe.c229 res->flags |= (l & IORESOURCE_ROM_ENABLE); in __pci_read_base()
/linux-4.4.14/arch/sparc/kernel/
Dleon_pci.c73 IORESOURCE_ROM_ENABLE; in pcibios_fixup_bus()
/linux-4.4.14/arch/x86/pci/
Di386.c293 if (r->flags & IORESOURCE_ROM_ENABLE) { in pcibios_allocate_dev_resources()
298 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_dev_resources()
/linux-4.4.14/include/linux/
Dioport.h100 #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ macro
/linux-4.4.14/arch/mips/pci/
Dpci.c276 (!(r->flags & IORESOURCE_ROM_ENABLE))) in pcibios_enable_resources()
/linux-4.4.14/arch/microblaze/pci/
Dpci-common.c1124 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_resources()
/linux-4.4.14/arch/powerpc/kernel/
Dpci-common.c1294 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_resources()