Searched refs:prot_cnt (Results 1 – 2 of 2) sorted by relevance
603 HCFASSERT( prot_cnt, IPW( HREG_IO ) ) \680 #define PROT_CNT_INI hcf_32 prot_cnt = ifbp->IFB_TickIni;683 #define HCF_WAIT_WHILE( x ) while ( prot_cnt && (x) && (HCF_YIELD) ) prot_cnt--;686 #define HCF_WAIT_WHILE( x ) while ( prot_cnt && (x) ) { udelay(2); prot_cnt--; }
1154 hcf_32 prot_cnt; in hcf_connect() local1184 prot_cnt = INI_TICK_INI; in hcf_connect()1220 IF_PROT_TIME( prot_cnt = ifbp->IFB_TickIni = INI_TICK_INI; ) in hcf_connect()1225 IF_PROT_TIME( HCFASSERT( prot_cnt, IPW( HREG_EV_STAT) ) ) in hcf_connect()1226 IF_PROT_TIME( if ( prot_cnt ) prot_cnt = ifbp->IFB_TickIni; ) in hcf_connect()1240 …IF_PROT_TIME( HCFASSERT( prot_cnt, IPW( HREG_EV_STAT) ) ) /* if prot_cnt == 0, cmd_exe will fail, … in hcf_connect()3495 hcf_32 prot_cnt; in calibrate() local3501 prot_cnt = INI_TICK_INI; in calibrate()3503 while ( (IPW( HREG_EV_STAT ) & HREG_EV_TICK) == 0 && --prot_cnt ) { in calibrate()3506 if ( prot_cnt == 0 || prot_cnt == INI_TICK_INI ) { /*4*/ in calibrate()[all …]