Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/rtc/
A Drtc-x1205.c29 #define CCR_MDAY 3 macro
130 tm->tm_mday = bcd2bin(buf[CCR_MDAY]); in x1205_get_datetime()
198 buf[CCR_MDAY] = bin2bcd(tm->tm_mday); in x1205_set_datetime()

Completed in 3 milliseconds