• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/

Lines Matching defs:IN_PORT_STRING_16

463 #define  IN_PORT_STRING_8_16(port, addr, len)	IN_PORT_STRING_16(port, addr, len)
474 #define IN_PORT_STRING_16(port, addr, len) NdisRawReadPortBufferUshort(port, addr, (len));
489 #define IN_PORT_STRING_16 CE_IN_PORT_STRING
727 extern void IN_PORT_STRING_16(hcf_16 port, void *addr, hcf_16 len);
859 #define IN_PORT_STRING_16(port, dst, n) insw((hcf_io)(port), dst, n)
871 #define IN_PORT_STRING_8_16(port, addr, len) IN_PORT_STRING_16(port, addr, len)
909 #define IN_PORT_STRING_16( port, addr, n) \
941 #define IN_PORT_STRING_16( port, addr, n) \
967 //#define IN_PORT_STRING_16( port, addr, n) while ( n-- ) { *((hcf_16*)addr)++ = IN_PORT_WORD( port ); }
969 #define IN_PORT_STRING_16( port, dst, n) while ( n-- ) { *dst++ = IN_PORT_WORD( port ); }
997 #define IN_PORT_STRING_16( port, addr, n) \
1030 #define IN_PORT_STRING_16(port, addr, len) \
1056 #define IN_PORT_STRING_16( port, addr, n) \
1124 #define IN_PORT_STRING_16( port, addr, len) __asm \
1150 #if ! defined IN_PORT_STRING_16
1151 #define IN_PORT_STRING_16( port, addr, n) while (n--) \
1155 #endif // IN_PORT_STRING_16
1210 #define IN_PORT_STRING_16(port, addr, len) \
1280 #define IN_PORT_STRING_16( port, addr, len) { \
1352 #define IN_PORT_STRING_16( port, addr, len) { \
1420 #define IN_PORT_STRING_16(port, addr, len) \
1455 #define IN_PORT_STRING_16(port, addr, n) (sysInWordString ((hcf_io)(port), addr, n))
1484 #define IN_PORT_STRING_16( port, buf, len ) \
1535 #define IN_PORT_STRING_16( port, addr, len) { \
1566 #define IN_PORT_STRING_16(port,addr,len) (sysOrinocoInString((port), (addr), (len)))
1590 #define IN_PORT_STRING_16(port,addr,len) (sysOrinocoInString((port), (addr), (len)))
1691 #define IN_PORT_STRING_16(port, dst, n) (sysInWordString((hcf_io)(port), (hcf_16 *)dst, n))
1846 #define IN_PORT_STRING_16(port, dst, n) { \
1852 } // IN_PORT_STRING_16
1981 #define IN_PORT_STRING_8_16(port, addr, len) IN_PORT_STRING_16(port, addr, len)