Home
last modified time | relevance | path

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

/external/qemu/hw/
Dmc146818rtc.c47 #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()
[all …]
/external/kernel-headers/original/linux/
Dmc146818rtc.h43 #define RTC_REG_B 11 macro
69 #define RTC_CONTROL RTC_REG_B