Searched refs:IN_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.h120 { *(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) ) macro
487 #define IN_PORT_WORD CE_IN_PORT_WORD macro
613 #define IN_PORT_WORD(port) ((hcf_16)_inpw( (hcf_io)(port) )) macro
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) )) macro
906 #define IN_PORT_WORD(por macro
938 #define IN_PORT_WORD macro
960 #define IN_PORT_WORD macro
993 #define IN_PORT_WORD macro
1027 #define IN_PORT_WORD macro
1050 #define IN_PORT_WORD macro
1096 #define IN_PORT_WORD macro
1117 #define IN_PORT_WORD macro
1120 #define IN_PORT_WORD macro
1189 asm hcf_16 IN_PORT_WORD(int port) function
1265 static hcf_16 IN_PORT_WORD(int port) { function
1274 #define IN_PORT_WORD macro
1336 static hcf_16 IN_PORT_WORD(int port) { function
1414 #define IN_PORT_WORD macro
1453 #define IN_PORT_WORD macro
1478 #define IN_PORT_WORD macro
1518 static hcf_16 IN_PORT_WORD(int port) { function
1563 #define IN_PORT_WORD macro
1587 #define IN_PORT_WORD macro
1687 #define IN_PORT_WORD macro
1821 #define IN_PORT_WORD macro
[all...]
H A Dhcfdef.h554 #define IPW(x) ((hcf_16)IN_PORT_WORD( ifbp->IFB_IOBase + (x) ) )
H A Dhcf.c140 #if ! defined IN_PORT_WORD //replace I/O Macros with logging facility
143 #define IN_PORT_WORD(port) in_port_word( (hcf_io)(port) ) macro
237 #endif // IN_PORT_WORD
1176 HCF_WAIT_WHILE( (IN_PORT_WORD( io_addr + HREG_EV_STAT) & HREG_EV_CMD) == 0 );
3962 *(wci_recordp)p = IN_PORT_WORD( io_port );
3985 ifbp->IFB_CarryIn = IN_PORT_WORD( io_port );
H A Dwl_priv.c2042 rrq->data[0] = IN_PORT_WORD( io_base + rrq->reg );

Completed in 77 milliseconds