Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dioremap.c14 static void __iomem *xtensa_ioremap(unsigned long paddr, unsigned long size, in xtensa_ioremap() function
49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
55 return xtensa_ioremap(addr, size, PAGE_KERNEL); in xtensa_ioremap_cache()