HomeSort by relevance Sort by last modified time
    Searched full:cmos_data (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
mc146818rtc.c 66 uint8_t cmos_data[128]; member in struct:RTCState
124 s->cmos_data[RTC_REG_C] |= 0xc0;
141 period_code = s->cmos_data[RTC_REG_A] & 0x0f;
155 && (((s->cmos_data[RTC_REG_B] & REG_B_PIE) && enable_pie)
156 || ((s->cmos_data[RTC_REG_B] & REG_B_SQWE) && s->sqw_irq))) {
184 if (s->cmos_data[RTC_REG_B] & REG_B_PIE) {
185 s->cmos_data[RTC_REG_C] |= 0xc0;
198 if (s->cmos_data[RTC_REG_B] & REG_B_SQWE) {
221 s->cmos_data[s->cmos_index] = data;
230 s->cmos_data[s->cmos_index] = data
    [all...]

Completed in 30 milliseconds