Searched refs:OUT_PORT_WORD (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcfcfg.h144 { 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)) macro
488 #define OUT_PORT_WORD CE_OUT_PORT_WORD macro
614 #define OUT_PORT_WORD(port, value) ((void)_outpw( (hcf_io)(port), value )) macro
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) )) macro
907 #define OUT_PORT_WORD(por macro
939 #define OUT_PORT_WORD macro
961 #define OUT_PORT_WORD macro
994 #define OUT_PORT_WORD macro
1028 #define OUT_PORT_WORD macro
1051 #define OUT_PORT_WORD macro
1098 #define OUT_PORT_WORD macro
1118 #define OUT_PORT_WORD macro
1121 #define OUT_PORT_WORD macro
1200 asm void OUT_PORT_WORD(int port, hcf_16 value) function
1271 #define OUT_PORT_WORD macro
1275 #define OUT_PORT_WORD macro
1347 #define OUT_PORT_WORD macro
1417 #define OUT_PORT_WORD macro
1454 #define OUT_PORT_WORD macro
1481 #define OUT_PORT_WORD macro
1530 #define OUT_PORT_WORD macro
1564 #define OUT_PORT_WORD macro
1588 #define OUT_PORT_WORD macro
1688 #define OUT_PORT_WORD macro
1822 #define OUT_PORT_WORD macro
[all...]
H A Dhcf.c153 #define OUT_PORT_WORD(port, value) out_port_word( (hcf_io)(port), (hcf_16)(value) ) macro
1174 OUT_PORT_WORD( io_addr + HREG_CMD, HCMD_INI ); //OPW not yet useable
1177 OUT_PORT_WORD( (io_addr + HREG_IO), HREG_IO_SRESET ); //OPW not yet useable /* 2a*/
4346 OUT_PORT_WORD( io_port, j );
4353 OUT_PORT_WORD( io_port, j );
4363 OUT_PORT_WORD( io_port, j );
4376 OUT_PORT_WORD( io_port, j );
H A Dhcfdef.h555 #define OPW(x, y) OUT_PORT_WORD( ifbp->IFB_IOBase + (x), y )
H A Dwl_priv.c2047 OUT_PORT_WORD( io_base + rrq->reg, rrq->data[0] );

Completed in 139 milliseconds