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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Drtc.c125 RTCRA |= RTCRA_DVR;
126 RTCRA &= ~RTCRA_DVR;
135 while (!(RTCRA & RTCRA_UIP)) {}
136 while ((RTCRA & RTCRA_UIP)) {}
140 while (!(RTCRA & RTCRA_UIP)) {}
144 while ((RTCRA & RTCRA_UIP)) {}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Drtc-regs.h29 #define RTCRA __SYSREG(0xd860000a, u8)/* RTC control reg A */ macro

Completed in 35 milliseconds