Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpci.h627 extern pci_addr_t pci_hose_phys_to_bus(struct pci_controller* hose,
631 pci_hose_phys_to_bus(pci_bus_to_hose(PCI_BUS(dev)), (addr), (flags))
636 pci_hose_phys_to_bus(pci_bus_to_hose(PCI_BUS(dev)), \
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_common.c241 pci_addr_t pci_hose_phys_to_bus(struct pci_controller *hose, in pci_hose_phys_to_bus() function