Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c35 REG_HHMMSS, /* RTC Hour-Minute-Second */ enumerator
79 [0x0008] = REG_HHMMSS,
98 [0x0014] = REG_HHMMSS,
195 case REG_HHMMSS: /* RTC Hour-Minute-Second */ in allwinner_rtc_read()
240 case REG_HHMMSS: /* RTC Hour-Minute-Second */ in allwinner_rtc_write()
241 s->regs[REG_HHMMSS] = val; in allwinner_rtc_write()
286 s->regs[REG_HHMMSS] = (((now.tm_wday + 6) % 7) << 29) | in allwinner_rtc_reset()