Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c302 static inline uint8_t convert_hour(MC146818RtcState *s, uint8_t hour) in convert_hour() function
323 alarm_hour = alarm_hour == -1 ? -1 : convert_hour(s, alarm_hour); in get_next_alarm()
328 cur_hour = convert_hour(s, cur_hour); in get_next_alarm()