Home
last modified time | relevance | path

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

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