Searched refs:c_polarity (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf85063.c38 int c_polarity; /* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */ member in struct:pcf85063
80 pcf85063->c_polarity = (buf[PCF85063_REG_MO] & PCF85063_MO_C) ? pcf85063_get_datetime()
H A Drtc-pcf8563.c75 int c_polarity; /* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */ member in struct:pcf8563
228 pcf8563->c_polarity = (buf[PCF8563_REG_MO] & PCF8563_MO_C) ? pcf8563_get_datetime()
269 if (pcf8563->c_polarity ? (tm->tm_year >= 100) : (tm->tm_year < 100)) pcf8563_set_datetime()

Completed in 140 milliseconds