Searched refs:RTC_A (Results 1 – 9 of 9) sorted by relevance
57 #define RTC_A 0x0a /* register A address */ macro
65 #define RTC_A 0xa /* Control Register A */ macro
67 #define RTC_A 0xa /* Control Register A */ macro
90 #define RTC_A 0xa /* Control Register A */ macro
208 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in read_rtc()291 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in write_rtc_time()
233 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in read_rtc()337 if (!(RTC_GET8(RTC_A) & RTC_UIP)) { in write_rtc_time()
166 M5819P_ADDR_REG = RTC_A; in todm5819p_rmc_get()309 M5819P_ADDR_REG = RTC_A; in write_rtc_time()
1167 DS1287_ADDR_REG = RTC_A; in select_bank()
369 outb(RTC_ADDR, RTC_A); /* check if update in progress */ in todpc_rtcget()