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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-x1205.c349 static const struct x1205_limit probe_limits_pattern[] = { local
392 for (i = 0; i < ARRAY_SIZE(probe_limits_pattern); i++) {
395 unsigned char addr[2] = { 0, probe_limits_pattern[i].reg };
405 __FUNCTION__, probe_limits_pattern[i].reg);
410 value = BCD2BIN(reg & probe_limits_pattern[i].mask);
412 if (value > probe_limits_pattern[i].max ||
413 value < probe_limits_pattern[i].min) {
416 __FUNCTION__, probe_limits_pattern[i].reg,

Completed in 105 milliseconds