Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/bios_emulator/
H A Datibios.c384 dm_pci_read_config32(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
390 pci_read_config_dword(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
420 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, BIOSImageBus | 0x1); in PCI_mapBIOSImage()
427 pci_write_config_dword(pcidev, PCI_ROM_ADDRESS, BIOSImageBus | 0x1); in PCI_mapBIOSImage()
451 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()
460 pci_write_config_dword(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()
/openbmc/u-boot/drivers/pci/
H A Dpci_rom.c86 dm_pci_read_config32(dev, PCI_ROM_ADDRESS, &rom_address); in pci_rom_probe()
93 dm_pci_write_config32(dev, PCI_ROM_ADDRESS, in pci_rom_probe()
108 dm_pci_write_config32(dev, PCI_ROM_ADDRESS, rom_address); in pci_rom_probe()
H A Dpci_auto.c135 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in dm_pciauto_setup_device()
H A Dpci_auto_old.c146 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in pciauto_setup_device()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c54 [PCI_ROM_ADDRESS] = 0x01, 0xf8, 0xff, 0xff,
277 case PCI_ROM_ADDRESS: in intel_vgpu_emulate_cfg_write()
361 memset(vgpu_cfg_space(vgpu) + PCI_ROM_ADDRESS, 0, 4); in intel_vgpu_init_cfg_space()
/openbmc/linux/arch/x86/pci/
H A Dolpc.c290 if ((reg != PCI_ROM_ADDRESS) && (reg != PCI_COMMAND_MASTER) && in pci_olpc_write()
H A Dintel_mid_pci.c190 if (where == PCI_ROM_ADDRESS) in pci_write()
/openbmc/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),
/openbmc/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()
227 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/openbmc/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()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c36 (offset >= PCI_ROM_ADDRESS && offset < PCI_ROM_ADDRESS + 4))
439 pci_user_write_config_dword(pdev, PCI_ROM_ADDRESS, *rbar); in vfio_bar_restore()
503 vbar = (__le32 *)&vdev->vconfig[PCI_ROM_ADDRESS]; in vfio_bar_fixup()
689 p_setd(perm, PCI_ROM_ADDRESS, ALL_VIRT, ALL_WRITE); in init_pci_cap_basic_perm()
1780 vdev->rbar[6] = le32_to_cpu(*(__le32 *)&vconfig[PCI_ROM_ADDRESS]); in vfio_config_init()
/openbmc/qemu/hw/xen/
H A Dxen_pt.c129 if (offset == PCI_ROM_ADDRESS) { in xen_pt_bar_offset_to_index()
501 if (xen_host_pci_get_long(d, PCI_ROM_ADDRESS, &bar_data)) { in xen_pt_register_regions()
506 xen_host_pci_set_long(d, PCI_ROM_ADDRESS, bar_data); in xen_pt_register_regions()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c777 pci_read_config_dword(pdev, PCI_ROM_ADDRESS, &biosbase); in matroxfb_read_pins()
779 …pci_write_config_dword(pdev, PCI_ROM_ADDRESS, (fbbase & PCI_ROM_ADDRESS_MASK) | PCI_ROM_ADDRESS_EN… in matroxfb_read_pins()
781 pci_write_config_dword(pdev, PCI_ROM_ADDRESS, biosbase); in matroxfb_read_pins()
/openbmc/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()
1067 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
/openbmc/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()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h117 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h118 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/openbmc/u-boot/cmd/
H A Dpci.c195 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
/openbmc/linux/arch/sparc/kernel/
H A Dpci.c343 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/openbmc/qemu/hw/vfio/
H A Dpci.c1014 off_t offset = vdev->config_offset + PCI_ROM_ADDRESS; in vfio_pci_size_rom()
3037 memset(vdev->emulated_config_bits + PCI_ROM_ADDRESS, 0xff, 4); in vfio_realize()
3106 memset(&vdev->pdev.config[PCI_ROM_ADDRESS], 0, 4); in vfio_realize()
/openbmc/u-boot/include/
H A Dpci.h222 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro

12