Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpci.h625 extern phys_addr_t pci_hose_bus_to_phys(struct pci_controller* hose,
633 pci_hose_bus_to_phys(pci_bus_to_hose(PCI_BUS(dev)), (addr), (flags))
639 map_physmem(pci_hose_bus_to_phys(pci_bus_to_hose(PCI_BUS(dev)), \
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_common.c172 phys_addr_t pci_hose_bus_to_phys(struct pci_controller *hose, in pci_hose_bus_to_phys() function