Home
last modified time | relevance | path

Searched refs:iowa_ioremap (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/mm/
H A Dioremap.c18 return iowa_ioremap(addr, size, prot, caller); in ioremap()
29 return iowa_ioremap(addr, size, prot, caller); in ioremap_wc()
40 return iowa_ioremap(addr, size, prot, caller); in ioremap_coherent()
58 return iowa_ioremap(addr, size, pte_pgprot(pte), caller); in ioremap_prot()
/openbmc/linux/arch/powerpc/include/asm/
H A Dio-workarounds.h52 void __iomem *iowa_ioremap(phys_addr_t addr, unsigned long size,
/openbmc/linux/arch/powerpc/kernel/
H A Dio-workarounds.c142 void __iomem *iowa_ioremap(phys_addr_t addr, unsigned long size, in iowa_ioremap() function