Searched refs:tod_month (Results 1 – 17 of 17) 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()
211 tod.tod_month = rtc->rtc_mon; in rtc_to_tod()282 rtc.rtc_mon = (uint8_t)tod.tod_month; in todbl_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()
1409 tod.tod_month = month & 15; in utc_to_tod()1421 int month = tod.tod_month + ((year & 3) << 4); in tod_to_utc()1444 if (month_warn && (tod.tod_month < 1 || tod.tod_month > 12)) { in tod_to_utc()1448 tod.tod_month); in tod_to_utc()
151 rtc.rtc_mon = BYTE_TO_BCD(tod.tod_month); in todpc_set()210 tod.tod_month = BCD_TO_BYTE(rtc.rtc_mon); in todpc_get()
396 tod.tod_month = rtc.rtc_mon; in todds1307_get()438 rtc.rtc_mon = int2bcd(tod.tod_month); in todds1307_set()
329 int tod_month; /* month 1-12 */ member
161 todinfo.tod_day, todinfo.tod_month, \
538 tm->tm_mon = tod->tod_month - 1; in srvsvc_net_remote_tod()
1867 tod->tod_month = tm.tm_mon+1; in srvsvc_s_NetRemoteTOD()
1229 DWORD tod_month;
3561 year, t.tod_month, t.tod_day, t.tod_hour, in bscv_event_snprintgmttime()