Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx7_snvs.c56 case SNVS_LPSRTCLR: in imx7_snvs_read()
85 if (offset == SNVS_LPSRTCMR || offset == SNVS_LPSRTCLR) { in imx7_snvs_write()
93 case SNVS_LPSRTCLR: in imx7_snvs_write()
108 if (offset == SNVS_LPSRTCMR || offset == SNVS_LPSRTCLR) { in imx7_snvs_write()
/openbmc/linux/drivers/rtc/
H A Drtc-snvs.c23 #define SNVS_LPSRTCLR 0x20 macro
57 regmap_read(data->regmap, data->offset + SNVS_LPSRTCLR, &lsb); in rtc_read_lpsrt()
94 regmap_read(data->regmap, data->offset + SNVS_LPSRTCLR, &count1); in rtc_read_lp_counter_lsb()
97 regmap_read(data->regmap, data->offset + SNVS_LPSRTCLR, &count1); in rtc_read_lp_counter_lsb()
194 regmap_write(data->regmap, data->offset + SNVS_LPSRTCLR, time << CNTR_TO_SECS_SH); in snvs_rtc_set_time()
/openbmc/qemu/include/hw/misc/
H A Dimx7_snvs.h25 SNVS_LPSRTCLR = 0x054, /* Secure Real Time Counter LSB Register */ enumerator