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

120 	{ *(hcf_16 FAR*)addr = IN_PORT_WORD( port ); ((hcf_8 FAR*)addr)+=2; }
124 { hcf_16 i = IN_PORT_WORD(port); *((hcf_8 FAR*)addr)++ = (hcf_8)i; *((hcf_8 FAR*)addr)++ = (hcf_8)(i>>8);}
202 * hcf_16 IN_PORT_WORD( hcf_16 port )
459 #define IN_PORT_WORD(port) NDIS_IN_WORD( (ULONG) (port) )
487 #define IN_PORT_WORD CE_IN_PORT_WORD
613 #define IN_PORT_WORD(port) ((hcf_16)_inpw( (hcf_io)(port) ))
617 { *(hcf_16 FAR*)addr = IN_PORT_WORD( port ); ((hcf_8 FAR*)addr)+=2; }
725 extern hcf_16 IN_PORT_WORD(hcf_16 port);
855 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) ))
906 #define IN_PORT_WORD(port) ((hcf_16)inpw( (hcf_io)(port) ))
910 while ( n-- ) { *(hcf_16*)addr = IN_PORT_WORD( port ); (cast)addr += 2; }
938 #define IN_PORT_WORD(port) ((hcf_16)read_io_16( (hcf_io)(port) ))
942 while ( n-- ) { *(hcf_16*)addr = IN_PORT_WORD( port ); (cast)addr += 2; }
960 #define IN_PORT_WORD(port) (Hermes_IO_Read( (hcf_8)(port)))
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 ); }
993 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) ))
998 while ( n-- ) { *(hcf_16*)addr = IN_PORT_WORD( port ); (cast)addr += 2; }
1027 #define IN_PORT_WORD(port) (inport( (hcf_io)(port) ))
1050 #define IN_PORT_WORD(port) HwInpw( g_pDevice, port )
1057 while ( n-- ) { *(hcf_16 FAR*)addr = IN_PORT_WORD( port ); (cast)addr += 2; }
1096 #define IN_PORT_WORD(port) inw( (hcf_io)(port) )
1117 #define IN_PORT_WORD(port) ipw( (hcf_io)(port) )
1120 #define IN_PORT_WORD(port) ((hcf_16)_inpw( (hcf_io)(port) ))
1152 { *(hcf_16 FAR*)addr = IN_PORT_WORD( port ); ((hcf_16 FAR*)addr)++; }
1189 asm hcf_16 IN_PORT_WORD(int port)
1265 static hcf_16 IN_PORT_WORD(int port) {
1274 #define IN_PORT_WORD(port) (*(volatile hcf_16 *)(port))
1284 t = IN_PORT_WORD(port); \
1336 static hcf_16 IN_PORT_WORD(int port) {
1342 * IN_PORT_WORD() is not used in some files */
1343 (void)IN_PORT_WORD;
1357 t = IN_PORT_WORD(port); \
1414 #define IN_PORT_WORD(port) \
1453 #define IN_PORT_WORD(port) (sysInWord ((hcf_io)(port)))
1478 #define IN_PORT_WORD( port ) \
1518 static hcf_16 IN_PORT_WORD(int port) {
1525 * IN_PORT_WORD() is not used in some files */
1526 (void)IN_PORT_WORD;
1563 #define IN_PORT_WORD(port) (sysOrinocoInWord((unsigned long)(port)))
1587 #define IN_PORT_WORD(port) (sysOrinocoInWord((unsigned long)(port)))
1687 #define IN_PORT_WORD(port) (sysInWord( (hcf_io)(port) ))
1821 #define IN_PORT_WORD( port ) *((volatile hcf_16 *)( port ))
1830 t = IN_PORT_WORD(port); \
1850 *d++ = IN_PORT_WORD(port); \
1882 #define sysInWord(offsetAddr) IN_PORT_WORD(offsetAddr)