Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/mm/
Dioremap.c54 return ioremap_fixed(phys_addr, size, pgprot); in __ioremap_caller()
Dioremap_fixed.c47 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed() function
DMakefile41 obj-$(CONFIG_IOREMAP_FIXED) += ioremap_fixed.o
/linux-4.4.14/arch/sh/include/asm/
Dio.h356 extern void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t);
361 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed() function