Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-rx4581.c48 #define RX4581_REG_YR 0x06 /* Year in BCD */ macro
164 tm->tm_year = bcd2bin(date[RX4581_REG_YR]); in rx4581_get_datetime()
202 buf[RX4581_REG_YR+1] = bin2bcd(tm->tm_year % 100); in rx4581_set_datetime()