Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-rx8581.c29 #define RX8581_REG_YR 0x06 /* Year in BCD */ macro
158 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()