Searched refs:tod_month (Results 1 – 15 of 15) sorted by relevance
201 tod.tod_month = rtc->rtc_mon; in rtc_to_tod()261 rtc.rtc_mon = (uint8_t)tod.tod_month; in todm5819p_rmc_set()271 set_time_msg.month = tod.tod_month - 1; in todm5819p_rmc_set()
131 tod.tod_month = BCD_TO_BYTE(CLOCK->clk_month & 0x1f); in todm_get()167 CLOCK->clk_month = BYTE_TO_BCD(tod.tod_month); in todm_set()
180 tod.tod_month = rtc.rtc_mon; in todbq4802_get()258 rtc.rtc_mon = (uint8_t)tod.tod_month; in todbq4802_set()
186 tod.tod_month = rtc->rtc_mon; in rtc_to_tod()255 rtc.rtc_mon = (uint8_t)tod.tod_month; in todm5819_set()
839 tod.tod_month = rtc.rtc_mon; in todds_get()961 rtc.rtc_mon = (uint8_t)tod.tod_month; in todds_set()1095 rtc.rtc_amon = (uint8_t)tod.tod_month; in todds_set_power_alarm()1099 rtc.apc_wmr = (uint8_t)tod.tod_month; in todds_set_power_alarm()
418 tod.tod_month = rtc.rtc_mon; in todds1337_get()460 rtc.rtc_mon = (uint8_t)tod.tod_month; in todds1337_set()
3423 set_time_msg.month = tod.tod_month - 1; in plat_timesync()
1434 tod.tod_month = month & 15; in utc_to_tod()1446 int month = tod.tod_month + ((year & 3) << 4); in tod_to_utc()1469 if (month_warn && (tod.tod_month < 1 || tod.tod_month > 12)) { in tod_to_utc()1473 tod.tod_month); in tod_to_utc()
154 rtc.rtc_mon = BYTE_TO_BCD(tod.tod_month); in todpc_set()213 tod.tod_month = BCD_TO_BYTE(rtc.rtc_mon); in todpc_get()
161 todinfo.tod_day, todinfo.tod_month, \
341 int tod_month; /* month 1-12 */ member
521 tm->tm_mon = tod->tod_month - 1; in srvsvc_net_remote_tod()
1876 tod->tod_month = tm.tm_mon+1; in srvsvc_s_NetRemoteTOD()
2052 ht->time[4] = BIN2BCD(tod.tod_month); /* Month */ in update_time()
1231 DWORD tod_month;