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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-time.c78 while (CMOS_READ(RTC_REG_A) & RTC_UIP);
79 while (!(CMOS_READ(RTC_REG_A) & RTC_UIP));
85 while (CMOS_READ(RTC_REG_A) & RTC_UIP);
86 while (!(CMOS_READ(RTC_REG_A) & RTC_UIP));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmc146818rtc.h73 # define RTC_UIP 0x80 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Drtc.h40 uip = (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP);
57 * to poll-wait (up to 1s - eeccch) for the falling edge of RTC_UIP.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsmc37c93x.h175 # define RTC_UIP 0x80 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Drtc.c108 while ((CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dtime.c356 do { } while (!(CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP));
357 do { } while (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Dtime.c221 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drtc.c223 uip = (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP);
1295 * to poll-wait (up to 1s - eeccch) for the falling edge of RTC_UIP.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth.c1602 if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP)
1605 if (!(CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP))

Completed in 169 milliseconds