Searched refs:TIME_NUM (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-max8925.c57 #define TIME_NUM 8 macro
86 if (len < TIME_NUM)
117 if (len < TIME_NUM)
156 unsigned char buf[TIME_NUM];
159 ret = max8925_bulk_read(info->rtc, MAX8925_RTC_SEC, TIME_NUM, buf);
162 ret = tm_calc(tm, buf, TIME_NUM);
170 unsigned char buf[TIME_NUM];
173 ret = data_calc(buf, tm, TIME_NUM);
176 ret = max8925_bulk_write(info->rtc, MAX8925_RTC_SEC, TIME_NUM, buf);
184 unsigned char buf[TIME_NUM];
[all...]

Completed in 139 milliseconds