Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/mm/
A Dioremap.h5 void __iomem *ioremap_fixed(phys_addr_t, unsigned long, pgprot_t);
10 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed() function
A DMakefile41 obj-$(CONFIG_IOREMAP_FIXED) += ioremap_fixed.o
A Dioremap_fixed.c48 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed() function
A Dioremap.c109 return ioremap_fixed(phys_addr, size, pgprot); in __ioremap_caller()

Completed in 5 milliseconds