Searched refs:RX8581_REG_YR (Results 1 – 1 of 1) sorted by relevance
29 #define RX8581_REG_YR 0x06 /* Year in BCD */ macro158 tm->tm_year = bcd2bin(date[RX8581_REG_YR]); in rx8581_get_datetime()199 buf[RX8581_REG_YR] = bin2bcd(tm->tm_year % 100); in rx8581_set_datetime()