Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rx8581.c26 #define RX8581_REG_YR 0x06 /* Year in BCD */ macro
124 tm->tm_year = bcd2bin(date[RX8581_REG_YR]) + 100; in rx8581_rtc_read_time()
159 buf[RX8581_REG_YR] = bin2bcd(tm->tm_year - 100); in rx8581_rtc_set_time()