Home
last modified time | relevance | path

Searched refs:newdays (Results 1 – 1 of 1) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/rtc/
Drtc-lib.c60 int newdays; in rtc_to_tm() local
62 newdays = days - rtc_month_days(month, year); in rtc_to_tm()
63 if (newdays < 0) in rtc_to_tm()
65 days = newdays; in rtc_to_tm()