Home
last modified time | relevance | path

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

/u-boot/drivers/pci/
A Dpci_rom.c89 dm_pci_read_config32(dev, PCI_ROM_ADDRESS, &rom_address); in pci_rom_probe()
96 dm_pci_write_config32(dev, PCI_ROM_ADDRESS, in pci_rom_probe()
111 dm_pci_write_config32(dev, PCI_ROM_ADDRESS, rom_address); in pci_rom_probe()
A Dpci_auto.c158 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in dm_pciauto_setup_device()
/u-boot/drivers/bios_emulator/
A Datibios.c348 dm_pci_read_config32(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
376 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, BIOSImageBus | 0x1); in PCI_mapBIOSImage()
398 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()
/u-boot/cmd/
A Dpci.c166 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
/u-boot/include/
A Dpci.h104 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro

Completed in 27 milliseconds