Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c33 REG_LOSC = 1, /* Low Oscillator Control */ enumerator
77 [0x0000] = REG_LOSC,
94 [0x0000] = REG_LOSC,
190 case REG_LOSC: /* Low Oscillator Control */ in allwinner_rtc_read()
191 val = s->regs[REG_LOSC]; in allwinner_rtc_read()
192 s->regs[REG_LOSC] &= ~(REG_LOSC_YMD | REG_LOSC_HMS); in allwinner_rtc_read()
238 s->regs[REG_LOSC] |= REG_LOSC_YMD; in allwinner_rtc_write()
242 s->regs[REG_LOSC] |= REG_LOSC_HMS; in allwinner_rtc_write()