Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/pci/
Dolpc.c294 if ((reg != PCI_ROM_ADDRESS) && (reg != PCI_COMMAND_MASTER) && in pci_olpc_write()
Dintel_mid_pci.c184 if (where == PCI_ROM_ADDRESS) in pci_write()
/linux-4.4.14/arch/mips/loongson64/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.4.14/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.4.14/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()
1513 vdev->rbar[6] = le32_to_cpu(*(__le32 *)&vconfig[PCI_ROM_ADDRESS]); in vfio_config_init()
/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/kernel/
Dpci_of_scan.c179 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpcie.c220 pci_read_config_dword(dd->pcidev, PCI_ROM_ADDRESS, &dd->pci_rom); in hfi1_pcie_ddinit()
454 PCI_ROM_ADDRESS, dd->pci_rom); in restore_pci_variables()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h107 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/linux-4.4.14/arch/sparc/kernel/
Dpci.c339 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux-4.4.14/drivers/staging/dgap/
Ddgap.c6195 pci_write_config_dword(brd->pdev, PCI_ROM_ADDRESS, magic); in dgap_get_vpd()
6196 pci_read_config_dword(brd->pdev, PCI_ROM_ADDRESS, &magic); in dgap_get_vpd()
6207 pci_write_config_dword(brd->pdev, PCI_ROM_ADDRESS, magic); in dgap_get_vpd()
6208 pci_read_config_dword(brd->pdev, PCI_ROM_ADDRESS, &magic); in dgap_get_vpd()
6281 pci_write_config_dword(brd->pdev, PCI_ROM_ADDRESS, magic); in dgap_get_vpd()
/linux-4.4.14/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.4.14/drivers/pci/
Dprobe.c1241 pci_read_bases(dev, 6, PCI_ROM_ADDRESS); in pci_setup_device()