TIME_NUM           97 drivers/rtc/rtc-max8907.c 	u8 regs[TIME_NUM];
TIME_NUM          101 drivers/rtc/rtc-max8907.c 			       TIME_NUM);
TIME_NUM          113 drivers/rtc/rtc-max8907.c 	u8 regs[TIME_NUM];
TIME_NUM          118 drivers/rtc/rtc-max8907.c 				 TIME_NUM);
TIME_NUM          124 drivers/rtc/rtc-max8907.c 	u8 regs[TIME_NUM];
TIME_NUM          129 drivers/rtc/rtc-max8907.c 			       TIME_NUM);
TIME_NUM          147 drivers/rtc/rtc-max8907.c 	u8 regs[TIME_NUM];
TIME_NUM          158 drivers/rtc/rtc-max8907.c 				TIME_NUM);
TIME_NUM           84 drivers/rtc/rtc-max8925.c 	if (len < TIME_NUM)
TIME_NUM          115 drivers/rtc/rtc-max8925.c 	if (len < TIME_NUM)
TIME_NUM          154 drivers/rtc/rtc-max8925.c 	unsigned char buf[TIME_NUM];
TIME_NUM          157 drivers/rtc/rtc-max8925.c 	ret = max8925_bulk_read(info->rtc, MAX8925_RTC_SEC, TIME_NUM, buf);
TIME_NUM          160 drivers/rtc/rtc-max8925.c 	ret = tm_calc(tm, buf, TIME_NUM);
TIME_NUM          168 drivers/rtc/rtc-max8925.c 	unsigned char buf[TIME_NUM];
TIME_NUM          171 drivers/rtc/rtc-max8925.c 	ret = data_calc(buf, tm, TIME_NUM);
TIME_NUM          174 drivers/rtc/rtc-max8925.c 	ret = max8925_bulk_write(info->rtc, MAX8925_RTC_SEC, TIME_NUM, buf);
TIME_NUM          182 drivers/rtc/rtc-max8925.c 	unsigned char buf[TIME_NUM];
TIME_NUM          185 drivers/rtc/rtc-max8925.c 	ret = max8925_bulk_read(info->rtc, MAX8925_ALARM0_SEC, TIME_NUM, buf);
TIME_NUM          188 drivers/rtc/rtc-max8925.c 	ret = tm_calc(&alrm->time, buf, TIME_NUM);
TIME_NUM          220 drivers/rtc/rtc-max8925.c 	unsigned char buf[TIME_NUM];
TIME_NUM          223 drivers/rtc/rtc-max8925.c 	ret = data_calc(buf, &alrm->time, TIME_NUM);
TIME_NUM          226 drivers/rtc/rtc-max8925.c 	ret = max8925_bulk_write(info->rtc, MAX8925_ALARM0_SEC, TIME_NUM, buf);