Searched refs:_outw (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | io.c | 37 void _outw(unsigned short b, unsigned long port) in _outw() function 41 EXPORT_SYMBOL(_outw);
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | machvec_impl.h | 81 mv_outw: CAT(low,_outw), \
|
D | alpha_ksyms.c | 75 EXPORT_SYMBOL(_outw);
|
/linux-2.4.37.9/include/asm-sh/ |
D | io.h | 156 extern void _outw (unsigned short w, unsigned long port); 206 # define outw(w,p) _outw((w),(p))
|
/linux-2.4.37.9/include/asm-alpha/ |
D | io.h | 225 extern void _outw (u16 w,unsigned long port); 255 # define outw(w,p) _outw((w),(p))
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | io.c | 33 void _outw(u16 b, unsigned long addr) in _outw() function
|