Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/mm/
H A Dioremap_fixed.c43 map->fixmap_addr = __fix_to_virt(FIX_IOREMAP_BEGIN + i); in ioremap_fixed_init()
86 idx0 = FIX_IOREMAP_BEGIN + slot; in ioremap_fixed()
124 idx = FIX_IOREMAP_BEGIN + slot + nrpages - 1; in iounmap_fixed()
/openbmc/linux/arch/sh/include/asm/
H A Dfixmap.h60 FIX_IOREMAP_BEGIN, enumerator
61 FIX_IOREMAP_END = FIX_IOREMAP_BEGIN + FIX_N_IOREMAPS - 1,