Searched refs:Timer_RTC (Results 1 – 1 of 1) sorted by relevance
144 static bs_time_t Timer_RTC = TIME_NEVER; variable184 Timer_RTC = TIME_NEVER; in nhw_rtc_init()328 Timer_RTC = TIME_NEVER; in nhw_rtc_update_master_timer()336 if (this->cc_timers[cc] < Timer_RTC) { in nhw_rtc_update_master_timer()337 Timer_RTC = this->cc_timers[cc]; in nhw_rtc_update_master_timer()341 if (this->overflow_timer < Timer_RTC) { in nhw_rtc_update_master_timer()342 Timer_RTC = this->overflow_timer; in nhw_rtc_update_master_timer()439 if (rtc_el->cc_timers[cc] == Timer_RTC ){ //This CC is matching now in nhw_rtc_timer_triggered()445 if (rtc_el->overflow_timer == Timer_RTC) { //Overflow occurred now in nhw_rtc_timer_triggered()453 NSI_HW_EVENT(Timer_RTC, nhw_rtc_timer_triggered, 50);