Home
last modified time | relevance | path

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

/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/qemu/hw/xen/
H A Dxen_pt.c130 if (offset == PCI_ROM_ADDRESS) { in xen_pt_bar_offset_to_index()
502 if (xen_host_pci_get_long(d, PCI_ROM_ADDRESS, &bar_data)) { in xen_pt_register_regions()
507 xen_host_pci_set_long(d, PCI_ROM_ADDRESS, bar_data); in xen_pt_register_regions()
H A Dxen_pt_config_init.c767 .offset = PCI_ROM_ADDRESS,
/openbmc/qemu/hw/vfio/
H A Dpci.c1193 if (vfio_pci_config_space_read(vdev, PCI_ROM_ADDRESS, 4, &orig) != 4 || in vfio_pci_size_rom()
1194 vfio_pci_config_space_write(vdev, PCI_ROM_ADDRESS, 4, &size) != 4 || in vfio_pci_size_rom()
1195 vfio_pci_config_space_read(vdev, PCI_ROM_ADDRESS, 4, &size) != 4 || in vfio_pci_size_rom()
1196 vfio_pci_config_space_write(vdev, PCI_ROM_ADDRESS, 4, &orig) != 4) { in vfio_pci_size_rom()
3206 memset(vdev->emulated_config_bits + PCI_ROM_ADDRESS, 0xff, 4); in vfio_pci_config_setup()
3292 memset(&vdev->pdev.config[PCI_ROM_ADDRESS], 0, 4); in vfio_pci_config_setup()
/openbmc/u-boot/cmd/
H A Dpci.c195 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
/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/include/
H A Dpci.h222 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/openbmc/qemu/hw/pci/
H A Dpci.c353 return type == PCI_HEADER_TYPE_BRIDGE ? PCI_ROM_ADDRESS1 : PCI_ROM_ADDRESS; in pci_bar()
1788 ranges_overlap(addr, l, PCI_ROM_ADDRESS, 4) || in pci_default_write_config()