Searched refs:__outsl (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/mn10300/kernel/ |
D | io.c | 19 void __outsl(unsigned long addr, const void *buffer, int count) in __outsl() function 30 EXPORT_SYMBOL(__outsl);
|
/linux-2.6.39/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()
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | io.h | 277 __outsl (unsigned long port, const void *src, unsigned long count) in __outsl() function 309 #define outsl(p,s,c) __outsl(p,s,c)
|
/linux-2.6.39/arch/frv/include/asm/ |
D | io.h | 71 static inline void __outsl(unsigned int addr, const void *buf, int len, int swap) in __outsl() function 182 #define outsl(a,b,l) __outsl(a,b,l,0)
|