Searched refs:RTC_D (Results 1 – 7 of 7) sorted by relevance
68 #define RTC_D 0xd /* Control Register D */ macro101 #define RTC_ADOM_REG RTC_D
70 #define RTC_D 0xd /* Control Register D */ macro
93 #define RTC_D 0xd /* Control Register D */ macro
89 #define RTC_D 0x0d /* register D address */ macro
220 rtc->rtc_adom = RTC_GET8(RTC_D) & 0x3f; in read_rtc()327 RTC_PUT8(RTC_D, (rtc->rtc_adom)); in write_rtc_alarm()
245 rtc->rtc_adom = RTC_GET8(RTC_D) & 0x3f; in read_rtc()
361 outb(RTC_ADDR, RTC_D); /* check if clock valid */ in todpc_rtcget()