[go: nahoru, domu]

Searched refs:tmp_days (Results 1 - 1 of 1) sorted by relevance

/drivers/rtc/
H A Drtc-davinci.c245 int tmp_days, year, mon; local
248 tmp_days = rtc_year_days(1, 12, year);
249 if (days >= tmp_days)
250 days -= tmp_days;
253 tmp_days = rtc_month_days(mon, year);
254 if (days >= tmp_days) {
255 days -= tmp_days;

Completed in 57 milliseconds