Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Dio_trapped.h32 __ioremap_trapped(unsigned long offset, unsigned long size) in __ioremap_trapped() function
37 #define __ioremap_trapped(offset, size) NULL macro
55 #define __ioremap_trapped(offset, size) NULL macro
/openbmc/linux/arch/sh/mm/
H A Dioremap.c81 mapped = __ioremap_trapped(phys_addr, size); in ioremap_prot()