Searched refs:OUT_PORT_WORD (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/staging/wlags49_h2/ |
D | hcf.c | 150 #define OUT_PORT_WORD(port, value) out_port_word( (hcf_io)(port), (hcf_16)(value) ) macro 1142 OUT_PORT_WORD( .....+HREG_IO, HREG_IO_WAKEUP_ASYNC ); //OPW not yet useable in hcf_connect() 1150 OUT_PORT_WORD( io_addr + HREG_CMD, HCMD_INI ); //OPW not yet useable in hcf_connect() 1153 …OUT_PORT_WORD( (io_addr + HREG_IO), HREG_IO_SRESET ); //OPW not yet useable /*… in hcf_connect() 4361 OUT_PORT_WORD( io_port, j ); in put_frag() 4368 OUT_PORT_WORD( io_port, j ); in put_frag() 4378 OUT_PORT_WORD( io_port, j ); in put_frag() 4391 OUT_PORT_WORD( io_port, j ); in put_frag()
|
D | hcfcfg.h | 442 #define OUT_PORT_WORD(port, value) (outw((hcf_16) (value), (hcf_io)(port) )) macro
|
D | hcfdef.h | 620 #define OPW(x, y) OUT_PORT_WORD( ifbp->IFB_IOBase + (x), y )
|
D | wl_priv.c | 2060 OUT_PORT_WORD( io_base + rrq->reg, rrq->data[0] ); in wvlan_rts()
|