Lines Matching refs:RTC_REG_B
47 #define RTC_REG_B 11 macro
155 && (((s->cmos_data[RTC_REG_B] & REG_B_PIE) && enable_pie) in rtc_timer_update()
156 || ((s->cmos_data[RTC_REG_B] & REG_B_SQWE) && s->sqw_irq))) { in rtc_timer_update()
184 if (s->cmos_data[RTC_REG_B] & REG_B_PIE) { in rtc_periodic_timer()
198 if (s->cmos_data[RTC_REG_B] & REG_B_SQWE) { in rtc_periodic_timer()
232 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) { in cmos_ioport_write()
242 case RTC_REG_B: in cmos_ioport_write()
249 if (s->cmos_data[RTC_REG_B] & REG_B_SET) { in cmos_ioport_write()
253 s->cmos_data[RTC_REG_B] = data; in cmos_ioport_write()
269 if (s->cmos_data[RTC_REG_B] & REG_B_DM) { in rtc_to_bcd()
278 if (s->cmos_data[RTC_REG_B] & REG_B_DM) { in rtc_from_bcd()
292 if (!(s->cmos_data[RTC_REG_B] & 0x02) && in rtc_set_time()
309 if (s->cmos_data[RTC_REG_B] & 0x02) { in rtc_copy_date()
393 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) { in rtc_update_second()
411 if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) { in rtc_update_second2()
416 if (s->cmos_data[RTC_REG_B] & REG_B_AIE) { in rtc_update_second2()
430 if (s->cmos_data[RTC_REG_B] & REG_B_UIE) { in rtc_update_second2()
586 s->cmos_data[RTC_REG_B] &= ~(REG_B_PIE | REG_B_AIE | REG_B_SQWE); in rtc_reset()
606 s->cmos_data[RTC_REG_B] = 0x02; in rtc_init_sqw()
727 s->cmos_data[RTC_REG_B] = 0x02; in rtc_mm_init()