Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/
A Drtc.c71 if ( !(s->hw.cmos_data[RTC_REG_B] & in rtc_update_irq()
188 !(s->hw.cmos_data[RTC_REG_B] & RTC_SET)) in check_update_timer()
225 if (!(s->hw.cmos_data[RTC_REG_B] & RTC_SET)) in rtc_update_timer()
238 if (!(s->hw.cmos_data[RTC_REG_B] & RTC_SET)) in rtc_update_timer2()
429 if (!(s->hw.cmos_data[RTC_REG_B] & RTC_SET)) in rtc_alarm_cb()
495 case RTC_REG_B: in rtc_ioport_write()
514 s->hw.cmos_data[RTC_REG_B] = data; in rtc_ioport_write()
565 if (!(s->hw.cmos_data[RTC_REG_B] & RTC_24H)) in convert_hour()
612 if ( s->hw.cmos_data[RTC_REG_B] & RTC_24H ) in rtc_copy_date()
636 if (s->hw.cmos_data[RTC_REG_B] & RTC_SET) in update_in_progress()
[all …]
/xen/xen/include/asm-x86/
A Dmc146818rtc.h32 #define RTC_REG_B 11 macro
58 #define RTC_CONTROL RTC_REG_B
/xen/xen/arch/x86/
A Dhpet.c539 if ( index != RTC_REG_B ) in handle_rtc_once()

Completed in 9 milliseconds