Searched refs:cmos_index (Results 1 – 4 of 4) sorted by relevance
449 s->hw.cmos_index = data; in rtc_ioport_write()454 if ( s->hw.cmos_index >= RTC_CMOS_SIZE ) in rtc_ioport_write()460 orig = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_write()461 switch ( s->hw.cmos_index ) in rtc_ioport_write()466 s->hw.cmos_data[s->hw.cmos_index] = data; in rtc_ioport_write()657 switch ( s->hw.cmos_index ) in rtc_ioport_read()672 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()675 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()681 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()690 ret = s->hw.cmos_data[s->hw.cmos_index]; in rtc_ioport_read()[all …]
503 uint8_t cmos_index; member
313 r.cmos_data[12], r.cmos_data[13], r.cmos_index); in dump_rtc()
231 u8 cmos_index; /* Index in CMOS RAM for the boot register */ member
Completed in 14 milliseconds