Searched refs:PCI_ROM_ADDRESS (Results 1 – 5 of 5) sorted by relevance
| /u-boot/drivers/pci/ |
| A D | pci_rom.c | 89 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 D | pci_auto.c | 158 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in dm_pciauto_setup_device()
|
| /u-boot/drivers/bios_emulator/ |
| A D | atibios.c | 348 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 D | pci.c | 166 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
|
| /u-boot/include/ |
| A D | pci.h | 104 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
|
Completed in 24 milliseconds