Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dpxa2xx.c834 uint32_t last_rycr; member
1008 return s->last_rycr; in pxa2xx_rtc_read()
1108 s->last_rycr = value; in pxa2xx_rtc_write()
1152 s->last_rycr = ((tm.tm_year + 1900) << 9) | in pxa2xx_rtc_init()
1216 VMSTATE_UINT32(last_rycr, PXA2xxRTCState),