Searched refs:c_polarity (Results 1 – 1 of 1) sorted by relevance
81 int c_polarity; /* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */ member238 pcf8563->c_polarity = (buf[PCF8563_REG_MO] & PCF8563_MO_C) ? in pcf8563_get_datetime()273 if (pcf8563->c_polarity ? (tm->tm_year >= 100) : (tm->tm_year < 100)) in pcf8563_set_datetime()