Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Datibios.c380 dm_pci_read_config32(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
386 pci_read_config_dword(pcidev, PCI_ROM_ADDRESS, &saveROMBaseAddress); in PCI_mapBIOSImage()
416 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, BIOSImageBus | 0x1); in PCI_mapBIOSImage()
423 pci_write_config_dword(pcidev, PCI_ROM_ADDRESS, BIOSImageBus | 0x1); in PCI_mapBIOSImage()
447 dm_pci_write_config32(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()
456 pci_write_config_dword(pcidev, PCI_ROM_ADDRESS, saveROMBaseAddress); in PCI_unmapBIOSImage()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_rom.c87 dm_pci_read_config32(dev, PCI_ROM_ADDRESS, &rom_address); in pci_rom_probe()
94 dm_pci_write_config32(dev, PCI_ROM_ADDRESS, in pci_rom_probe()
109 dm_pci_write_config32(dev, PCI_ROM_ADDRESS, rom_address); in pci_rom_probe()
H A Dpci_auto.c136 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()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c166 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
/rk3399_rockchip-uboot/include/
H A Dpci.h223 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro