Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/wlags49_h2/
Dhcf.c150 #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()
1153OUT_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()
Dhcfcfg.h442 #define OUT_PORT_WORD(port, value) (outw((hcf_16) (value), (hcf_io)(port) )) macro
Dhcfdef.h620 #define OPW(x, y) OUT_PORT_WORD( ifbp->IFB_IOBase + (x), y )
Dwl_priv.c2060 OUT_PORT_WORD( io_base + rrq->reg, rrq->data[0] ); in wvlan_rts()