Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pcf8563.c78 int c_polarity; /* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */ member
232 pcf8563->c_polarity = (buf[PCF8563_REG_MO] & PCF8563_MO_C) ? in pcf8563_rtc_read_time()
268 if (pcf8563->c_polarity ? (tm->tm_year >= 100) : (tm->tm_year < 100)) in pcf8563_rtc_set_time()