Searched refs:SD3078_REG_MO (Results 1 – 1 of 1) sorted by relevance
19 #define SD3078_REG_MO 0x05 macro116 tm->tm_mon = bcd2bin(rtc_data[SD3078_REG_MO] & 0x1F) - 1; in sd3078_rtc_read_time()134 rtc_data[SD3078_REG_MO] = bin2bcd(tm->tm_mon) + 1; in sd3078_rtc_set_time()