Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-max6900.c34 #define MAX6900_REG_CENTURY 9 /* century */ macro
81 .len = sizeof(buf[MAX6900_REG_CENTURY]), in max6900_i2c_read_regs()
82 .buf = &buf[MAX6900_REG_CENTURY] in max6900_i2c_read_regs()
121 i2c_century_buf[1] = buf[MAX6900_REG_CENTURY]; in max6900_i2c_write_regs()
159 bcd2bin(regs[MAX6900_REG_CENTURY]) * 100 - 1900; in max6900_i2c_read_time()
194 regs[MAX6900_REG_CENTURY] = bin2bcd((tm->tm_year + 1900) / 100); in max6900_i2c_set_time()