Home
last modified time | relevance | path

Searched refs:PCI_ROM_ADDRESS (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/xen/xen-pciback/
H A Dconf_space_header.c219 if (offset == PCI_ROM_ADDRESS || offset == PCI_ROM_ADDRESS1) in bar_init()
379 CFG_FIELD_ROM(PCI_ROM_ADDRESS),
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c97 if (!bridge && (addr0 & OF_PCI_ADDR0_BARREG) == PCI_ROM_ADDRESS) in pci_parse_of_flags()
234 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c121 case PCI_ROM_ADDRESS: in pci_acc_read_reg()
H A Dcs5536_ohci.c125 case PCI_ROM_ADDRESS: in pci_ohci_read_reg()
H A Dcs5536_ehci.c129 case PCI_ROM_ADDRESS: in pci_ehci_read_reg()
H A Dcs5536_ide.c153 case PCI_ROM_ADDRESS: in pci_ide_read_reg()
H A Dcs5536_isa.c298 case PCI_ROM_ADDRESS: in pci_isa_read_reg()
/linux/arch/x86/pci/
H A Dintel_mid.c190 if (where == PCI_ROM_ADDRESS) in pci_write()
/linux/drivers/video/
H A Dsticore.c474 if (offs != PCI_ROM_ADDRESS && in sti_init_glob_cfg()
992 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
1070 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c304 ret = pci_write_config_dword(dd->pcidev, PCI_ROM_ADDRESS, dd->pci_rom); in restore_pci_variables()
359 ret = pci_read_config_dword(dd->pcidev, PCI_ROM_ADDRESS, &dd->pci_rom); in save_pci_variables()
/linux/include/uapi/linux/
H A Dpci_regs.h118 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/linux/arch/sparc/kernel/
H A Dpci.c373 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c1193 PCI_ROM_ADDRESS) { in _hv_pcifront_read_config()
1196 } else if (where >= PCI_ROM_ADDRESS && where + size <= in _hv_pcifront_read_config()
/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c532 pci_bus_write_config_dword(ibmphp_pci_bus, devfn, PCI_ROM_ADDRESS, 0x00L); in configure_device()
H A Dcpqphp_ctrl.c2884 PCI_ROM_ADDRESS, temp_dword); in configure_new_function()