Home
last modified time | relevance | path

Searched refs:pci_hose_bus_to_phys (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dpci.h622 extern phys_addr_t pci_hose_bus_to_phys(struct pci_controller* hose,
630 pci_hose_bus_to_phys(pci_bus_to_hose(PCI_BUS(dev)), (addr), (flags))
636 map_physmem(pci_hose_bus_to_phys(pci_bus_to_hose(PCI_BUS(dev)), \
/external/u-boot/drivers/pci/
Dpci_common.c171 phys_addr_t pci_hose_bus_to_phys(struct pci_controller *hose, in pci_hose_bus_to_phys() function