Home
last modified time | relevance | path

Searched refs:mv_ioport_map (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dioport.c17 if (sh_mv.mv_ioport_map) in __ioport_map()
18 return sh_mv.mv_ioport_map(addr, size); in __ioport_map()
/openbmc/linux/arch/sh/include/asm/
H A Dmachvec.h23 void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size); member
/openbmc/linux/arch/sh/boards/mach-microdev/
H A Dsetup.c195 .mv_ioport_map = microdev_ioport_map,