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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-sa1100.c106 static int rtc_timer1_count; variable
114 * If we match for the first time, rtc_timer1_count will be 1.
122 rtc_update_irq(rtc, rtc_timer1_count, RTC_PF | RTC_IRQF);
124 if (rtc_timer1_count == 1)
125 rtc_timer1_count = (rtc_freq * ((1<<30)/(TIMER_FREQ>>2)));
233 rtc_timer1_count = 1;

Completed in 106 milliseconds