Home
last modified time | relevance | path

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

/openbmc/linux/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()