Searched refs:HREG_EV_TICK (Results 1 – 2 of 2) sorted by relevance
251 #define HREG_EV_TICK 0x8000 //Auxiliary Timer Tick macro288 #if HCF_EXT_INT_TICK != HREG_EV_TICK700 #if HCF_EX_INT_TICK != HREG_EV_TICK
775 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()