Searched refs:RS5C348_REG_DAY (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/rtc/
H A Drtc-rs5c348.c29 #define RS5C348_REG_DAY 4 macro
95 txp[RS5C348_REG_DAY] = bin2bcd(tm->tm_mday);
149 tm->tm_mday = bcd2bin(rxbuf[RS5C348_REG_DAY] & RS5C348_DAY_MASK);

Completed in 384 milliseconds