Searched refs:_outl (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | io.c | 44 void _outl(unsigned int b, unsigned long port) in _outl() function 48 EXPORT_SYMBOL(_outl);
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | machvec_impl.h | 82 mv_outl: CAT(low,_outl), \
|
D | alpha_ksyms.c | 76 EXPORT_SYMBOL(_outl);
|
/linux-2.4.37.9/include/asm-sh/ |
D | io.h | 157 extern void _outl (unsigned int l, unsigned long port); 209 # define outl(l,p) _outl((l),(p))
|
/linux-2.4.37.9/include/asm-alpha/ |
D | io.h | 226 extern void _outl (u32 l,unsigned long port); 258 # define outl(l,p) _outl((l),(p))
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | io.c | 38 void _outl(u32 b, unsigned long addr) in _outl() function
|