Searched refs:rtc_int_flag (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhpet.c1190 unsigned long rtc_int_flag = 0; local
1201 rtc_int_flag = RTC_UF;
1207 rtc_int_flag |= RTC_PF;
1215 rtc_int_flag |= RTC_AF;
1217 if (rtc_int_flag) {
1218 rtc_int_flag |= (RTC_IRQF | (RTC_NUM_INTS << 8));
1220 irq_handler(rtc_int_flag, dev_id);

Completed in 55 milliseconds