Searched refs:c_polarity (Results 1 – 2 of 2) sorted by relevance
38 int c_polarity; /* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */ member80 pcf85063->c_polarity = (buf[PCF85063_REG_MO] & PCF85063_MO_C) ? in pcf85063_get_datetime()
83 int c_polarity; /* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */ member240 pcf8563->c_polarity = (buf[PCF8563_REG_MO] & PCF8563_MO_C) ? in pcf8563_get_datetime()275 if (pcf8563->c_polarity ? (tm->tm_year >= 100) : (tm->tm_year < 100)) in pcf8563_set_datetime()