tod2 38 drivers/rtc/rtc-cpcap.c int tod2; tod2 56 drivers/rtc/rtc-cpcap.c tod = (cpcap->tod1 & TOD1_MASK) | ((cpcap->tod2 & TOD2_MASK) << 8); tod2 70 drivers/rtc/rtc-cpcap.c cpcap->tod2 = (time >> 8) & TOD2_MASK; tod2 103 drivers/rtc/rtc-cpcap.c ret |= regmap_read(rtc->regmap, CPCAP_REG_TOD2, &cpcap_tm.tod2); tod2 105 drivers/rtc/rtc-cpcap.c if (temp_tod2 > cpcap_tm.tod2) tod2 140 drivers/rtc/rtc-cpcap.c TOD2_MASK, cpcap_tm.tod2); tod2 156 drivers/rtc/rtc-cpcap.c TOD2_MASK, cpcap_tm.tod2); tod2 180 drivers/rtc/rtc-cpcap.c ret |= regmap_read(rtc->regmap, CPCAP_REG_TODA2, &cpcap_tm.tod2); tod2 208 drivers/rtc/rtc-cpcap.c cpcap_tm.tod2);