Home
last modified time | relevance | path

Searched refs:temp_tod2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-cpcap.c95 int temp_tod2; in cpcap_rtc_read_time() local
100 ret = regmap_read(rtc->regmap, CPCAP_REG_TOD2, &temp_tod2); in cpcap_rtc_read_time()
105 if (temp_tod2 > cpcap_tm.tod2) in cpcap_rtc_read_time()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-cpcap.c95 int temp_tod2; in cpcap_rtc_read_time() local
100 ret = regmap_read(rtc->regmap, CPCAP_REG_TOD2, &temp_tod2); in cpcap_rtc_read_time()
105 if (temp_tod2 > cpcap_tm.tod2) in cpcap_rtc_read_time()

Completed in 2 milliseconds