RV8803_DAY        222 drivers/rtc/rtc-rv8803.c 	tm->tm_mday = bcd2bin(date[RV8803_DAY] & 0x3f);
RV8803_DAY        249 drivers/rtc/rtc-rv8803.c 	date[RV8803_DAY]   = bin2bcd(tm->tm_mday);