Home
last modified time | relevance | path

Searched refs:RX4581_REG_DM (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-rx4581.c38 #define RX4581_REG_DM 0x04 /* Day of Month in BCD */ macro
154 tm->tm_mday = bcd2bin(date[RX4581_REG_DM] & 0x3F); in rx4581_get_datetime()
188 buf[RX4581_REG_DM+1] = bin2bcd(tm->tm_mday); in rx4581_set_datetime()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-rx4581.c38 #define RX4581_REG_DM 0x04 /* Day of Month in BCD */ macro
154 tm->tm_mday = bcd2bin(date[RX4581_REG_DM] & 0x3F); in rx4581_get_datetime()
188 buf[RX4581_REG_DM+1] = bin2bcd(tm->tm_mday); in rx4581_set_datetime()

Completed in 2 milliseconds