Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dfixmap.h97 #define set_fixmap_io(idx, phys) \ macro
/openbmc/linux/drivers/tty/serial/
H A Dearlycon.c43 set_fixmap_io(FIX_EARLYCON_MEM_BASE, paddr & PAGE_MASK); in earlycon_map()