Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/hp300/
H A Dconfig.c114 #define RTCBASE 0xf0420000 macro
121 #define rtc_busy() (in_8(RTCBASE + RTC_CMD) & RTC_BUSY)
122 #define rtc_data_available() (in_8(RTCBASE + RTC_CMD) & RTC_DATA_RDY)
123 #define rtc_status() (in_8(RTCBASE + RTC_CMD))
124 #define rtc_command(x) out_8(RTCBASE + RTC_CMD, (x))
125 #define rtc_read_data() (in_8(RTCBASE + RTC_DATA))
126 #define rtc_write_data(x) out_8(RTCBASE + RTC_DATA, (x))