Home | History | Annotate | Download | only in src

Lines Matching refs:guard_to_count

143                         gpphLlcNfc_Ctxt->s_timerinfo.guard_to_count);
220 if (ps_timer_info->guard_to_count < PH_LLCNFC_MAX_GUARD_TIMER)
222 timer_count = ps_timer_info->guard_to_count;
275 ps_timer_info->guard_to_count = (uint8_t)(
276 ps_timer_info->guard_to_count + 1);
379 timer_count = ps_timer_info->guard_to_count;
443 ps_timer_info->guard_to_count = timer_count;
446 if (0 == ps_timer_info->guard_to_count)
557 ps_timer_info->guard_to_count = 0;
562 while (timer_index < ps_timer_info->guard_to_count)
640 PH_LLCNFC_DEBUG("NO OF TIMEOUT COUNT : 0x%02X\n", ps_timer_info->guard_to_count);
643 while (index < ps_timer_info->guard_to_count)
714 timer_count = ps_timer_info->guard_to_count;