Home
last modified time | relevance | path

Searched refs:MAX6900_REG_CENTURY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-max6900.c32 #define MAX6900_REG_CENTURY 9 /* century */ macro
79 .len = sizeof(buf[MAX6900_REG_CENTURY]), in max6900_i2c_read_regs()
80 .buf = &buf[MAX6900_REG_CENTURY] in max6900_i2c_read_regs()
119 i2c_century_buf[1] = buf[MAX6900_REG_CENTURY]; in max6900_i2c_write_regs()
158 bcd2bin(regs[MAX6900_REG_CENTURY]) * 100 - 1900; in max6900_rtc_read_time()
186 regs[MAX6900_REG_CENTURY] = bin2bcd((tm->tm_year + 1900) / 100); in max6900_rtc_set_time()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-max6900.c30 #define MAX6900_REG_CENTURY 9 /* century */ macro
77 .len = sizeof(buf[MAX6900_REG_CENTURY]), in max6900_i2c_read_regs()
78 .buf = &buf[MAX6900_REG_CENTURY] in max6900_i2c_read_regs()
117 i2c_century_buf[1] = buf[MAX6900_REG_CENTURY]; in max6900_i2c_write_regs()
156 bcd2bin(regs[MAX6900_REG_CENTURY]) * 100 - 1900; in max6900_rtc_read_time()
184 regs[MAX6900_REG_CENTURY] = bin2bcd((tm->tm_year + 1900) / 100); in max6900_rtc_set_time()

Completed in 2 milliseconds