Searched refs:_outb (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dio.h84 extern void _outb(unsigned char, unsigned long);
130 #define outb _outb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dio_oaks32r.c111 void _outb(unsigned char b, unsigned long port) function
134 _outb(b, port);
H A Dio_usrv.c108 void _outb(unsigned char b, unsigned long port) function
134 _outb(b, port);
H A Dm32r_ksyms.c80 EXPORT_SYMBOL(_outb); variable
H A Dio_m32104ut.c150 void _outb(unsigned char b, unsigned long port) function
173 _outb(b, port);
H A Dio_mappi.c151 void _outb(unsigned char b, unsigned long port) function
195 _outb(b, port);
H A Dio_m32700ut.c193 void _outb(unsigned char b, unsigned long port) function
246 _outb(b, port);
H A Dio_mappi2.c189 void _outb(unsigned char b, unsigned long port) function
242 _outb(b, port);
H A Dio_mappi3.c205 void _outb(unsigned char b, unsigned long port) function
260 _outb(b, port);
H A Dio_opsput.c193 void _outb(unsigned char b, unsigned long port) function
246 _outb(b, port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dio.h60 static __inline__ void _outb(u8 b, unsigned long addr) function
84 #define outb(__b, __addr) (_outb((u8)(__b), (unsigned long)(__addr)))

Completed in 50 milliseconds