Home
last modified time | relevance | path

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

/external/u-boot/drivers/rtc/
Dm41t11.c68 #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, &cent, M41T11_YEAR_SIZE); in rtc_get()
105 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, &cent, M41T11_YEAR_SIZE); in rtc_get()
150 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, M41T11_YEAR_DATA, 1, &cent, M41T11_YEAR_SIZE); in rtc_set()