Searched refs:SNVS_LPSRTCLR (Results 1 – 3 of 3) sorted by relevance
56 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()
23 #define SNVS_LPSRTCLR 0x20 macro57 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()
25 SNVS_LPSRTCLR = 0x054, /* Secure Real Time Counter LSB Register */ enumerator