Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx7_snvs.c53 case SNVS_LPSRTCMR: in imx7_snvs_read()
85 if (offset == SNVS_LPSRTCMR || offset == SNVS_LPSRTCLR) { in imx7_snvs_write()
90 case SNVS_LPSRTCMR: in imx7_snvs_write()
108 if (offset == SNVS_LPSRTCMR || offset == SNVS_LPSRTCLR) { in imx7_snvs_write()
/openbmc/qemu/include/hw/misc/
H A Dimx7_snvs.h24 SNVS_LPSRTCMR = 0x050, /* Secure Real Time Counter MSB Register */ enumerator
/openbmc/linux/drivers/rtc/
H A Drtc-snvs.c22 #define SNVS_LPSRTCMR 0x1c macro
56 regmap_read(data->regmap, data->offset + SNVS_LPSRTCMR, &msb); in rtc_read_lpsrt()
195 regmap_write(data->regmap, data->offset + SNVS_LPSRTCMR, time >> (32 - CNTR_TO_SECS_SH)); in snvs_rtc_set_time()