• 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_WORD

144 	{ OUT_PORT_WORD( port, *(hcf_16 FAR*)addr ) ; ((hcf_8 FAR*)addr)+=2; }
148 { OUT_PORT_WORD( port, *((hcf_8 FAR*)addr) | *(((hcf_8 FAR*)addr)+1)<<8 ); (hcf_8 FAR*)addr+=2; }
205 * void OUT_PORT_WORD( hcf_16 port, hcf_16 value)
461 #define OUT_PORT_WORD(port, value) NdisRawWritePortUshort((ULONG) (port) , (USHORT) (value))
488 #define OUT_PORT_WORD CE_OUT_PORT_WORD
614 #define OUT_PORT_WORD(port, value) ((void)_outpw( (hcf_io)(port), value ))
619 { OUT_PORT_WORD( port, *(hcf_16 FAR*)addr ) ; ((hcf_8 FAR*)addr)+=2; }
726 extern void OUT_PORT_WORD(hcf_16 port, hcf_16 value);
857 #define OUT_PORT_WORD(port, value) (outw((hcf_16) (value), (hcf_io)(port) ))
907 #define OUT_PORT_WORD(port, value) (outpw( (hcf_io)(port), (hcf_16) (value) ))
912 while ( n-- ) { OUT_PORT_WORD( port, *(hcf_16*)addr ) ; (cast)addr += 2; }
939 #define OUT_PORT_WORD(port, value) (write_io_16( (hcf_io)(port), (hcf_16) (value) ))
944 while ( n-- ) { OUT_PORT_WORD( port, *(hcf_16*)addr ) ; (cast)addr += 2; }
961 #define OUT_PORT_WORD(port, value) (Hermes_IO_Write( (hcf_8)port, /*(hcf_16)*/(value) ) )
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++ ); }
994 #define OUT_PORT_WORD(port, value) (outw((hcf_io)(port), (hcf_16)(value)))
1000 while ( n-- ) { OUT_PORT_WORD( port, *(hcf_16*)addr ) ; (cast)addr += 2; }
1028 #define OUT_PORT_WORD(port, value) (outport( (hcf_io)(port), value ))
1051 #define OUT_PORT_WORD(port, value) HwOutpw( g_pDevice, port, value )
1059 while ( n-- ) { OUT_PORT_WORD( port, *(hcf_16 FAR*)addr ) ; (cast)addr += 2; }
1098 #define OUT_PORT_WORD(port, value) outw( (hcf_io)(port), (hcf_16)(value) )
1118 #define OUT_PORT_WORD(port, value) opw( (hcf_io)(port), (hcf_16)(value) )
1121 #define OUT_PORT_WORD(port, value) ((void)_outpw( (hcf_io)(port), value ))
1154 { OUT_PORT_WORD( port, *(hcf_16 FAR*)addr ); ((hcf_16 FAR*)addr)++; }
1200 asm void OUT_PORT_WORD(int port, hcf_16 value)
1271 #define OUT_PORT_WORD(port, value) \
1275 #define OUT_PORT_WORD(port, value) (*(volatile hcf_16 *)(port) = (value))
1294 OUT_PORT_WORD(port, SwapBytes(t)); \
1347 #define OUT_PORT_WORD(port, value) \
1368 OUT_PORT_WORD(port, SwapBytes(t)); \
1417 #define OUT_PORT_WORD(port, value) OUT_PORT_2BYTES(port, SwapBytes(value))
1454 #define OUT_PORT_WORD(port, value) (sysOutWord ((hcf_io)(port), (hcf_16) (value)))
1481 #define OUT_PORT_WORD( port, value ) \
1530 #define OUT_PORT_WORD(port, value) \
1564 #define OUT_PORT_WORD(port,value) (sysOrinocoOutWord((unsigned long)(port), (unsigned short)(value)))
1588 #define OUT_PORT_WORD(port,value) (sysOrinocoOutWord((unsigned long)(port), (unsigned short)(value)))
1688 #define OUT_PORT_WORD(port, value) (sysOutWord( (hcf_io)(port), (hcf_16)(value) ))
1822 #define OUT_PORT_WORD( port, value ) *((volatile hcf_16 *)( port )) = ((hcf_16)( value ))
1842 OUT_PORT_WORD(port, t); \
1860 OUT_PORT_WORD(port, t); \
1884 #define sysOutWord(addr, value) OUT_PORT_WORD(addr, value)