• 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:OUT_PORT_STRING_16

464 #define  OUT_PORT_STRING_8_16(port, addr, len)	OUT_PORT_STRING_16(port, addr, len)
475 #define OUT_PORT_STRING_16(port, addr, len) NdisRawWritePortBufferUshort(port, addr, (len));
490 #define OUT_PORT_STRING_16 CE_OUT_PORT_STRING
728 extern void OUT_PORT_STRING_16(hcf_16 port, void *addr, hcf_16 len);
860 #define OUT_PORT_STRING_16(port, src, n) outsw((hcf_io)(port), src, n)
872 #define OUT_PORT_STRING_8_16(port, addr, len) OUT_PORT_STRING_16(port, addr, len)
911 #define OUT_PORT_STRING_16( port, addr, n) \
943 #define OUT_PORT_STRING_16( port, addr, n) \
963 * as a consequence the IN_/OUT_PORT_STRING_16 macros use hcf_16* rather than hcf_8 pointers
968 //#define OUT_PORT_STRING_16( port, addr, n) while ( n-- ) { OUT_PORT_WORD( port, *((hcf_16*)addr)++ ); }
970 #define OUT_PORT_STRING_16( port, src, n) while ( n-- ) { OUT_PORT_WORD( port, *src++ ); }
999 #define OUT_PORT_STRING_16( port, addr, n) \
1033 #define OUT_PORT_STRING_16(port, addr, len) \
1058 #define OUT_PORT_STRING_16( port, addr, n) \
1136 #define OUT_PORT_STRING_16( port, addr, len) __asm \
1153 #define OUT_PORT_STRING_16( port, addr, n) while (n--) \
1221 #define OUT_PORT_STRING_16(port, addr, len) \
1289 #define OUT_PORT_STRING_16( port, addr, len) { \
1362 #define OUT_PORT_STRING_16( port, addr, len) { \
1422 #define OUT_PORT_STRING_16(port, addr, len) \
1456 #define OUT_PORT_STRING_16(port, addr, n) (sysOutWordString ((hcf_io)(port), addr, n))
1493 #define OUT_PORT_STRING_16( port, buf, len ) \
1544 #define OUT_PORT_STRING_16( port, addr, len) { \
1567 #define OUT_PORT_STRING_16(port,addr,len) (sysOrinocoOutString((port), (addr), (len)))
1591 #define OUT_PORT_STRING_16(port,addr,len) (sysOrinocoOutString((port), (addr), (len)))
1692 #define OUT_PORT_STRING_16(port, src, n) (sysOutWordString((hcf_io)(port), (hcf_16 *)src, n))
1854 #define OUT_PORT_STRING_16(port, src, n) { \
1862 } // OUT_PORT_STRING_16
1982 #define OUT_PORT_STRING_8_16(port, addr, len) OUT_PORT_STRING_16(port, addr, len)