Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dmcfrtc.c56 static int month_days[12] = { in rtc_set() local
79 days += month_days[i]; in rtc_set()
H A Ddate.c21 #define days_in_month(a) (month_days[(a) - 1])