Home | History | Annotate | Download | only in sunxi

Lines Matching defs:day

97 	uint32_t	leap, year, month, day;
116 .day = SUN4I_RTC_DAY,
130 .day = SUN6I_RTC_DAY,
147 .day = SUN7I_RTC_DAY,
161 .day = SUN6I_RTC_DAY,
178 .day = SUN6I_RTC_DAY,
195 .day = SUN6I_RTC_DAY,
211 .day = SUN6I_RTC_DAY,
229 .day = SUN6I_RTC_DAY,
451 dt->dt_day = __SHIFTOUT(yymmdd, conf->day);
484 yymmdd |= __SHIFTIN(dt->dt_day, conf->day);