Searched refs:RTC_REG_CNT (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/rtc/ |
D | m41t11.c | 48 #define RTC_REG_CNT 7 macro 55 #define REG_CNT (RTC_REG_CNT+1) 69 #define REG_CNT (RTC_REG_CNT+1+M41T11_YEAR_SIZE) 77 uchar data[RTC_REG_CNT]; in rtc_get() 79 i2c_read(CONFIG_SYS_I2C_RTC_ADDR, RTC_SEC_ADDR, 1, data, RTC_REG_CNT); in rtc_get() 123 uchar data[RTC_REG_CNT]; in rtc_set() 153 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, RTC_SEC_ADDR, 1, data, RTC_REG_CNT); in rtc_set() 164 i2c_write(CONFIG_SYS_I2C_RTC_ADDR, RTC_SEC_ADDR, 1, &val, RTC_REG_CNT); in rtc_reset()
|
D | m41t60.c | 55 #define RTC_REG_CNT 7 macro 191 if (i2c_write(CONFIG_SYS_I2C_RTC_ADDR, 0, 1, data, RTC_REG_CNT)) { in rtc_set()
|