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