Searched refs:SUNXI_YEAR_OFF (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/rtc/
H A Drtc-sunxi.c108 #define SUNXI_YEAR_OFF(x) ((x)->min - 1900) macro
209 alrm_tm->tm_year += SUNXI_YEAR_OFF(chip->data_year);
247 rtc_tm->tm_year += SUNXI_YEAR_OFF(chip->data_year);
335 * the SUNXI_YEAR_OFF macro to rebase it with respect to the min year
346 rtc_tm->tm_year -= SUNXI_YEAR_OFF(chip->data_year);

Completed in 160 milliseconds