Lines Matching defs:month
135 * s1685_rtc_check_mday - check validity of the day of month.
137 * @mday: day of month.
139 * Returns -EDOM if the day of month is not within 1..31 range.
265 u8 seconds, minutes, hours, wday, mday, month, years;
274 month = rtc->read(rtc, RTC_MONTH);
294 tm->tm_mon = (ds1685_rtc_bcd2bin(rtc, month, RTC_MONTH_BCD_MASK,
312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century;
325 month = ds1685_rtc_bin2bcd(rtc, (tm->tm_mon + 1), RTC_MONTH_BIN_MASK,
335 * - Month Day !> Max days in current month.
364 rtc->write(rtc, RTC_MONTH, month);
378 * A fourth alarm register for the month date is also available in bank1 for
401 /* Check the month date for validity. */
463 /* Check the month date for validity. */