Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Daddress.c234 port = pci_address_to_pio(range->cpu_addr); in of_pci_range_to_resource()
867 port = pci_address_to_pio(taddr); in of_translate_ioport()
/linux/drivers/pci/
H A Dpci.c4216 unsigned long __weak pci_address_to_pio(phys_addr_t address) in pci_address_to_pio() function