Searched refs:SD3078_REG_DM (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-sd3078.c18 #define SD3078_REG_DM 0x04 macro
114 tm->tm_mday = bcd2bin(rtc_data[SD3078_REG_DM] & 0x3F);
132 rtc_data[SD3078_REG_DM] = bin2bcd(tm->tm_mday);

Completed in 148 milliseconds