Searched refs:M41T11_YEAR_SIZE (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/rtc/ |
D | m41t11.c | 68 #define M41T11_YEAR_SIZE 1 macro 69 #define REG_CNT (RTC_REG_CNT+1+M41T11_YEAR_SIZE) 97 i2c_read(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, ¢, M41T11_YEAR_SIZE); in rtc_get() 105 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, ¢, M41T11_YEAR_SIZE); in rtc_get() 150 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, ¢, M41T11_YEAR_SIZE); in rtc_set()
|