Home
last modified time | relevance | path

Searched refs:RCR2_RTCEN (Results 1 – 3 of 3) sorted by relevance

/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.c54 #define RCR2_RTCEN 0x08 /* ENable RTC */ 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()
/linux-2.4.37.9/include/asm-sh/
Drtc.h21 #define RCR2_RTCEN 0x08 /* ENable RTC */ macro