Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/
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()
/external/u-boot/drivers/pci/
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()
Dpci_auto.c136 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in dm_pciauto_setup_device()
Dpci_auto_old.c146 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in pciauto_setup_device()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h117 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro
/external/u-boot/cmd/
Dpci.c195 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS },
/external/u-boot/include/
Dpci.h221 #define PCI_ROM_ADDRESS 0x30 /* Bits 31..11 are address, 10..1 reserved */ macro