Home
last modified time | relevance | path

Searched refs:RCR2_START (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-sh/
Dmc146818rtc.h88 if(!(rcr2 & RCR2_START))val |= RTC_SET; \
156 if(val & RTC_SET) rcr2 &= ~RCR2_START; \
157 else rcr2 |= RCR2_START; \
Drtc.h24 #define RCR2_START 0x01 /* Start bit */ macro
/linux-2.4.37.9/arch/sh/kernel/
Drtc.c85 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start */ in sh_rtc_gettimeofday()
133 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start RTC */ in sh_rtc_settimeofday()
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c57 #define RCR2_START 0x01 /* Start bit */ macro
262 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start RTC */ in set_rtc_time()
396 ctrl_outb(RCR2_RTCEN|RCR2_START, RCR2); /* Start */ in get_rtc_time()