Lines Matching defs:min
110 #define SUNXI_YEAR_OFF(x) ((x)->min - 1900)
113 * min and max year are arbitrary set considering the limited range of the
117 unsigned int min; /* min year allowed */
125 .min = 2010,
131 .min = 1970,
208 * switch from (data_year->min)-relative offset to
246 * switch from (data_year->min)-relative offset to
337 * the SUNXI_YEAR_OFF macro to rebase it with respect to the min year
342 if (year < chip->data_year->min || year > chip->data_year->max) {
344 chip->data_year->min, chip->data_year->max);