Lines Matching refs:yrs
75 unsigned int yrs;83 yrs = rtc_tm.tm_year;84 if (yrs < 1900)85 yrs += 1900;92 leap_yr = ((!(yrs % 4) && (yrs % 100)) || !(yrs % 400));103 if (yrs >= 2070)111 rtc->t0cr_rtmr = yrs%4;118 rtc->bcd_year = bin2bcd(yrs%100);121 rtc->t0cr_rtmr = yrs%4 | 0x08;