Home
last modified time | relevance | path

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

/openbmc/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.c81 if (!(res->flags & IORESOURCE_ROM_ENABLE) && in pci_std_update_resource()
86 if (res->flags & IORESOURCE_ROM_ENABLE) in pci_std_update_resource()
494 (!(r->flags & IORESOURCE_ROM_ENABLE))) in pci_enable_resources()
H A Dsetup-bus.c291 (!(res->flags & IORESOURCE_ROM_ENABLE)))) in assign_requested_resources_sorted()
H A Dprobe.c232 res->flags |= IORESOURCE_ROM_ENABLE; in __pci_read_base()
/openbmc/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()
/openbmc/u-boot/include/linux/
H A Dioport.h101 #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ macro
/openbmc/linux/arch/mips/pci/
H A Dpci-legacy.c260 (!(r->flags & IORESOURCE_ROM_ENABLE))) in pcibios_enable_resources()
/openbmc/linux/include/linux/
H A Dioport.h120 #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dpci-common.c1351 r->flags &= ~IORESOURCE_ROM_ENABLE; in pcibios_allocate_resources()