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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dmc146818rtc.h78 if(!(rcr2 & RCR2_START))val |= RTC_SET; \
146 if(val & RTC_SET) rcr2 &= ~RCR2_START; \
147 else rcr2 |= RCR2_START; \
H A Drtc.h24 #define RCR2_START 0x01 /* Start bit */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dmc146818rtc.h78 if(!(rcr2 & RCR2_START))val |= RTC_SET; \
146 if(val & RTC_SET) rcr2 &= ~RCR2_START; \
147 else rcr2 |= RCR2_START; \
H A Drtc.h24 #define RCR2_START 0x01 /* Start bit */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Drtc.c80 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start */
128 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start RTC */

Completed in 52 milliseconds