Home
last modified time | relevance | path

Searched refs:HREG_EV_TICK (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcfdef.h251 #define HREG_EV_TICK 0x8000 //Auxiliary Timer Tick macro
288 #if HCF_EXT_INT_TICK != HREG_EV_TICK
700 #if HCF_EX_INT_TICK != HREG_EV_TICK
Dhcf.c775 OPW( HREG_INT_EN, i | HREG_EV_TICK );
776 OPW( HREG_EV_ACK, HREG_EV_SLEEP_REQ | HREG_EV_TICK | HREG_EV_ACK_REG_READY );
3089 if ( stat & HREG_EV_TICK ) { in hcf_service_nic()
3502 OPW( HREG_EV_ACK, HREG_EV_TICK ); /*3*/ in calibrate()
3503 while ( (IPW( HREG_EV_STAT ) & HREG_EV_TICK) == 0 && --prot_cnt ) { in calibrate()