Home
last modified time | relevance | path

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

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