Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/wlags49_h2/
Dhcfcfg.h440 #define IN_PORT_WORD(port) ((hcf_16)inw( (hcf_io)(port) )) macro
Dhcfdef.h619 #define IPW(x) ((hcf_16)IN_PORT_WORD( ifbp->IFB_IOBase + (x) ) )
Dhcf.c137 #if ! defined IN_PORT_WORD //replace I/O Macros with logging facility
140 #define IN_PORT_WORD(port) in_port_word( (hcf_io)(port) ) macro
1152 HCF_WAIT_WHILE( (IN_PORT_WORD( io_addr + HREG_EV_STAT) & HREG_EV_CMD) == 0 ); in hcf_connect()
3886 *(wci_recordp)p = IN_PORT_WORD( io_port ); in get_frag()
3909 ifbp->IFB_CarryIn = IN_PORT_WORD( io_port ); in get_frag()
Dwl_priv.c2055 rrq->data[0] = IN_PORT_WORD( io_base + rrq->reg ); in wvlan_rts()