Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c34 REG_YYMMDD, /* RTC Year-Month-Day */ enumerator
78 [0x0004] = REG_YYMMDD,
97 [0x0010] = REG_YYMMDD,
194 case REG_YYMMDD: /* RTC Year-Month-Day */ in allwinner_rtc_read()
236 case REG_YYMMDD: /* RTC Year-Month-Day */ in allwinner_rtc_write()
237 s->regs[REG_YYMMDD] = val; in allwinner_rtc_write()
283 s->regs[REG_YYMMDD] = ((now.tm_year + 1900 - s->base_year) << 16) | in allwinner_rtc_reset()