Searched refs:__ioport_map (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/sh/kernel/
H A Dioport.c17 void __iomem *__ioport_map(unsigned long addr, unsigned int size) __ioport_map() function
24 EXPORT_SYMBOL(__ioport_map); variable
34 return __ioport_map(port, nr); ioport_map()
/linux-4.4.14/arch/sh/include/asm/
H A Dio.h146 #define __ioport_map ioport_map macro
148 extern void __iomem *__ioport_map(unsigned long addr, unsigned int size);
163 __addr = __ioport_map(port, sizeof(type)); \
173 __addr = __ioport_map(port, sizeof(type)); \

Completed in 266 milliseconds