Home
last modified time | relevance | path

Searched refs:PCI_ROM_ADDRESS_ENABLE (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-x86_64.c108 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
109 new |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
243 if (r->flags & PCI_ROM_ADDRESS_ENABLE) { in pcibios_allocate_resources()
247 r->flags &= ~PCI_ROM_ADDRESS_ENABLE; in pcibios_allocate_resources()
249 pci_write_config_dword(dev, dev->rom_base_reg, reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_resources()
/linux-2.4.37.9/arch/i386/kernel/
Dpci-i386.c108 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
109 new |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
244 if (r->flags & PCI_ROM_ADDRESS_ENABLE) { in pcibios_allocate_resources()
248 r->flags &= ~PCI_ROM_ADDRESS_ENABLE; in pcibios_allocate_resources()
250 pci_write_config_dword(dev, dev->rom_base_reg, reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_resources()
/linux-2.4.37.9/drivers/mtd/maps/
Dpci.c137 PCI_ROM_ADDRESS_ENABLE)) { in intel_dc21285_init()
139 pci_resource_flags(dev, PCI_ROM_RESOURCE) |= PCI_ROM_ADDRESS_ENABLE; in intel_dc21285_init()
141 val |= PCI_ROM_ADDRESS_ENABLE; in intel_dc21285_init()
171 pci_resource_flags(dev, PCI_ROM_RESOURCE) &= ~PCI_ROM_ADDRESS_ENABLE; in intel_dc21285_exit()
173 val &= ~PCI_ROM_ADDRESS_ENABLE; in intel_dc21285_exit()
/linux-2.4.37.9/arch/sh64/kernel/
Dpcibios.c40 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
41 new |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
/linux-2.4.37.9/arch/sh/kernel/
Dpcibios.c40 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
41 new |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
Dpci-sh7751.c438 if (r->flags & PCI_ROM_ADDRESS_ENABLE) { in pcibios_allocate_resources()
442 r->flags &= ~PCI_ROM_ADDRESS_ENABLE; in pcibios_allocate_resources()
444 pci_write_config_dword(dev, dev->rom_base_reg, reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_resources()
/linux-2.4.37.9/arch/mips/pci/
Dpci.c26 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
27 new |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
/linux-2.4.37.9/drivers/pci/
Dsetup-res.c214 reg &= ~PCI_ROM_ADDRESS_ENABLE; in pdev_enable_device()
216 dev->resource[PCI_ROM_RESOURCE].flags &= ~PCI_ROM_ADDRESS_ENABLE; in pdev_enable_device()
Dpci.c1122 pci_write_config_dword(dev, rom, ~PCI_ROM_ADDRESS_ENABLE); in pci_read_bases()
1131 res->flags = (l & PCI_ROM_ADDRESS_ENABLE) | in pci_read_bases()
/linux-2.4.37.9/arch/ppc64/kernel/
Dpci.c180 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
344 if (r->flags & PCI_ROM_ADDRESS_ENABLE) { in pcibios_allocate_resources()
347 r->flags &= ~PCI_ROM_ADDRESS_ENABLE; in pcibios_allocate_resources()
349 pci_write_config_dword(dev, dev->rom_base_reg, reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_resources()
/linux-2.4.37.9/arch/mips/pmc-sierra/stretch/
Dpci.c235 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Dpci.c292 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
Dht.c383 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
/linux-2.4.37.9/arch/mips/momentum/jaguar_atx/
Dpci.c409 res->flags |= PCI_ROM_ADDRESS_ENABLE;
/linux-2.4.37.9/drivers/ide/pci/
Dhpt34x.c256 dev->resource[PCI_ROM_RESOURCE].start | PCI_ROM_ADDRESS_ENABLE); in init_chipset_hpt34x()
Daec62xx.c418 …config_dword(dev, PCI_ROM_ADDRESS, dev->resource[PCI_ROM_RESOURCE].start | PCI_ROM_ADDRESS_ENABLE); in init_chipset_aec62xx()
Dpdc202xx_new.c521 dev->resource[PCI_ROM_RESOURCE].start | PCI_ROM_ADDRESS_ENABLE); in init_chipset_pdcnew()
Dcmd64x.c600 …_config_byte(dev, PCI_ROM_ADDRESS, dev->resource[PCI_ROM_RESOURCE].start | PCI_ROM_ADDRESS_ENABLE); in init_chipset_cmd64x()
Dpdc202xx_old.c669 dev->resource[PCI_ROM_RESOURCE].start | PCI_ROM_ADDRESS_ENABLE); in init_chipset_pdc202xx()
/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c131 res->flags |= PCI_ROM_ADDRESS_ENABLE; in pcibios_update_resource()
608 if (r->flags & PCI_ROM_ADDRESS_ENABLE) { in pcibios_allocate_resources()
612 r->flags &= ~PCI_ROM_ADDRESS_ENABLE; in pcibios_allocate_resources()
615 reg & ~PCI_ROM_ADDRESS_ENABLE); in pcibios_allocate_resources()
/linux-2.4.37.9/drivers/video/sti/
Dsticore.c869 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
946 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
/linux-2.4.37.9/include/linux/
Dpci.h102 #define PCI_ROM_ADDRESS_ENABLE 0x01 macro
/linux-2.4.37.9/arch/ia64/sn/io/drivers/
Dpciba.c539 PCI_ROM_ADDRESS_ENABLE); in rom_mmap()
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_psycho.c1165 reg |= PCI_ROM_ADDRESS_ENABLE; in psycho_base_address_update()
1166 res->flags |= PCI_ROM_ADDRESS_ENABLE; in psycho_base_address_update()
Dpci_sabre.c1130 reg |= PCI_ROM_ADDRESS_ENABLE; in sabre_base_address_update()
1131 res->flags |= PCI_ROM_ADDRESS_ENABLE; in sabre_base_address_update()

12