Searched refs:__outsl (Results 1 – 4 of 4) sorted by relevance
/arch/mn10300/kernel/ |
D | io.c | 19 void __outsl(unsigned long addr, const void *buffer, int count) in __outsl() function 30 EXPORT_SYMBOL(__outsl);
|
/arch/mn10300/include/asm/ |
D | io.h | 173 extern void __outsl(unsigned long addr, const void *buffer, int count); 177 return __outsl(addr, buffer, count); in outsl()
|
/arch/ia64/include/asm/ |
D | io.h | 276 __outsl (unsigned long port, const void *src, unsigned long count) in __outsl() function 308 #define outsl(p,s,c) __outsl(p,s,c)
|
/arch/frv/include/asm/ |
D | io.h | 72 static inline void __outsl(unsigned int addr, const void *buf, int len, int swap) in __outsl() function 183 #define outsl(a,b,l) __outsl(a,b,l,0)
|