Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/pci/
Dolpc.c294 if ((reg != PCI_ROM_ADDRESS) && (reg != PCI_COMMAND_MASTER) && in pci_olpc_write()
Dintel_mid_pci.c181 if (where == PCI_ROM_ADDRESS) in pci_write()
/linux-4.1.27/arch/mips/loongson/common/cs5536/
Dcs5536_acc.c125 case PCI_ROM_ADDRESS: in pci_acc_read_reg()
Dcs5536_ohci.c129 case PCI_ROM_ADDRESS: in pci_ohci_read_reg()
Dcs5536_ehci.c133 case PCI_ROM_ADDRESS: in pci_ehci_read_reg()
Dcs5536_ide.c157 case PCI_ROM_ADDRESS: in pci_ide_read_reg()
Dcs5536_isa.c302 case PCI_ROM_ADDRESS: in pci_isa_read_reg()
/linux-4.1.27/drivers/xen/xen-pciback/
Dconf_space_header.c219 if (offset == PCI_ROM_ADDRESS || offset == PCI_ROM_ADDRESS1) in read_dev_bar()
396 CFG_FIELD_ROM(PCI_ROM_ADDRESS),
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci_config.c42 (offset >= PCI_ROM_ADDRESS && offset < PCI_ROM_ADDRESS + 4))
401 pci_user_write_config_dword(pdev, PCI_ROM_ADDRESS, *rbar); in vfio_bar_restore()
454 bar = (__le32 *)&vdev->vconfig[PCI_ROM_ADDRESS]; in vfio_bar_fixup()
605 p_setd(perm, PCI_ROM_ADDRESS, ALL_VIRT, ALL_WRITE); in init_pci_cap_basic_perm()
1445 vdev->rbar[6] = le32_to_cpu(*(__le32 *)&vconfig[PCI_ROM_ADDRESS]); in vfio_config_init()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c773 pci_read_config_dword(pdev, PCI_ROM_ADDRESS, &biosbase); in matroxfb_read_pins()
775 …pci_write_config_dword(pdev, PCI_ROM_ADDRESS, (fbbase & PCI_ROM_ADDRESS_MASK) | PCI_ROM_ADDRESS_EN… in matroxfb_read_pins()
777 pci_write_config_dword(pdev, PCI_ROM_ADDRESS, biosbase); in matroxfb_read_pins()
/linux-4.1.27/drivers/video/console/
Dsticore.c447 if (offs != PCI_ROM_ADDRESS && in sti_init_glob_cfg()
909 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
984 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
/linux-4.1.27/arch/powerpc/kernel/
Dpci_of_scan.c183 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h107 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/linux-4.1.27/arch/sparc/kernel/
Dpci.c342 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c6283 pci_write_config_dword(brd->pdev, PCI_ROM_ADDRESS, magic); in dgap_get_vpd()
6284 pci_read_config_dword(brd->pdev, PCI_ROM_ADDRESS, &magic); in dgap_get_vpd()
6295 pci_write_config_dword(brd->pdev, PCI_ROM_ADDRESS, magic); in dgap_get_vpd()
6296 pci_read_config_dword(brd->pdev, PCI_ROM_ADDRESS, &magic); in dgap_get_vpd()
6371 pci_write_config_dword(brd->pdev, PCI_ROM_ADDRESS, magic); in dgap_get_vpd()
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_pci.c555 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, PCI_ROM_ADDRESS, 0x00L); in configure_device()
Dcpqphp_ctrl.c2944 PCI_ROM_ADDRESS, temp_dword); in configure_new_function()
/linux-4.1.27/drivers/pci/
Dprobe.c1185 pci_read_bases(dev, 6, PCI_ROM_ADDRESS); in pci_setup_device()