c_polarity         78 drivers/rtc/rtc-pcf8563.c 	int c_polarity;	/* 0: MO_C=1 means 19xx, otherwise MO_C=1 means 20xx */
c_polarity        234 drivers/rtc/rtc-pcf8563.c 	pcf8563->c_polarity = (buf[PCF8563_REG_MO] & PCF8563_MO_C) ?
c_polarity        270 drivers/rtc/rtc-pcf8563.c 	if (pcf8563->c_polarity ? (tm->tm_year >= 100) : (tm->tm_year < 100))