Home
last modified time | relevance | path

Searched refs:RTC_CMD (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/hp300/
Dconfig.c114 #define RTC_CMD 0x3 macro
119 #define rtc_busy() (in_8(RTCBASE + RTC_CMD) & RTC_BUSY)
120 #define rtc_data_available() (in_8(RTCBASE + RTC_CMD) & RTC_DATA_RDY)
121 #define rtc_status() (in_8(RTCBASE + RTC_CMD))
122 #define rtc_command(x) out_8(RTCBASE + RTC_CMD, (x))
/arch/mips/sgi-ip22/
Dip22-reset.c55 tmp = hpc3c0->rtcregs[RTC_CMD] & 0xff; in sgi_machine_power_off()
56 hpc3c0->rtcregs[RTC_CMD] = tmp | RTC_WAM; in sgi_machine_power_off()