Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-sd3078.c20 #define SD3078_REG_YR 0x06 macro
30 #define NUM_TIME_REGS (SD3078_REG_YR - SD3078_REG_SC + 1)
117 tm->tm_year = bcd2bin(rtc_data[SD3078_REG_YR]) + 100; in sd3078_rtc_read_time()
135 rtc_data[SD3078_REG_YR] = bin2bcd(tm->tm_year - 100); in sd3078_rtc_set_time()