Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Drtc.c32 sec = ctrl_inb(RSECCNT); in sh_rtc_gettimeofday()
74 ctrl_outb(0, RSECCNT); in sh_rtc_gettimeofday()
124 ctrl_outb(real_seconds, RSECCNT); in sh_rtc_settimeofday()
/linux-2.4.37.9/include/asm-sh/
Drtc.h29 #define RSECCNT 0xfffffec2 macro
49 #define RSECCNT 0xffc80004 macro
Dmc146818rtc.h39 val = ctrl_inb(RSECCNT); \
113 ctrl_outb(val, RSECCNT); \
/linux-2.4.37.9/arch/sh64/kernel/
Dtime.c86 #define RSECCNT rtc_base+0x04 macro
253 ctrl_outb(real_seconds, RSECCNT); in set_rtc_time()
365 sec = ctrl_inb(RSECCNT); in get_rtc_time()
389 ctrl_outb(0, RSECCNT); in get_rtc_time()