Home
last modified time | relevance | path

Searched refs:PCI_ROM_ADDRESS (Results 1 – 8 of 8) 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/u-boot/cmd/
H A Dpci.c195 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
/openbmc/u-boot/include/
H A Dpci.h222 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro