Searched refs:RTC_CMD (Results 1 – 2 of 2) sorted by relevance
114 #define RTC_CMD 0x3 macro119 #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))
55 tmp = hpc3c0->rtcregs[RTC_CMD] & 0xff; in sgi_machine_power_off()56 hpc3c0->rtcregs[RTC_CMD] = tmp | RTC_WAM; in sgi_machine_power_off()