Searched refs:rtc_month (Results 1 – 2 of 2) sorted by relevance
117 struct mcp7940n_rtc_month rtc_month; member
90 time.tm_mon = RTC_BCD_DECODE(data->registers.rtc_month.month) - 1; in decode_rtc()137 data->registers.rtc_month.month_one = month % 10; in encode_rtc()138 data->registers.rtc_month.month_ten = month / 10; in encode_rtc()