Searched refs:RTC_int_line (Results 1 – 1 of 1) sorted by relevance
566 …static bool RTC_int_line[NHW_RTC_TOTAL_INST]; /* Is the RTC currently driving its interrupt line h… in nhw_rtc_eval_interrupts() local586 if (RTC_int_line[rtc] == false && new_int_line == true) { in nhw_rtc_eval_interrupts()587 RTC_int_line[rtc] = true; in nhw_rtc_eval_interrupts()590 } else if (RTC_int_line[rtc] == true && new_int_line == false) { in nhw_rtc_eval_interrupts()591 RTC_int_line[rtc] = false; in nhw_rtc_eval_interrupts()