Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Drom.c174 if (!(res->flags & IORESOURCE_ROM_ENABLE)) in pci_map_rom()
194 if (!(res->flags & IORESOURCE_ROM_ENABLE)) in pci_unmap_rom()
H A Dsetup-res.c82 if (!(res->flags & IORESOURCE_ROM_ENABLE) && in pci_std_update_resource()
87 if (res->flags & IORESOURCE_ROM_ENABLE) in pci_std_update_resource()
502 (!(r->flags & IORESOURCE_ROM_ENABLE))) in pci_enable_resources()
H A Dsetup-bus.c294 (!(res->flags & IORESOURCE_ROM_ENABLE)))) in assign_requested_resources_sorted()
H A Dprobe.c233 res->flags |= IORESOURCE_ROM_ENABLE; in __pci_read_base()
/linux/arch/x86/pci/
H A Di386.c294 if (r->flags & IORESOURCE_ROM_ENABLE) { in pcibios_allocate_dev_resources()
299 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_dev_resources()
/linux/arch/mips/pci/
H A Dpci-legacy.c260 (!(r->flags & IORESOURCE_ROM_ENABLE))) in pcibios_enable_resources()
/linux/include/linux/
H A Dioport.h120 #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ macro
/linux/arch/powerpc/kernel/
H A Dpci-common.c1350 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_resources()