probe_limits_pattern 396 drivers/rtc/rtc-x1205.c static const struct x1205_limit probe_limits_pattern[] = { probe_limits_pattern 449 drivers/rtc/rtc-x1205.c for (i = 0; i < ARRAY_SIZE(probe_limits_pattern); i++) { probe_limits_pattern 452 drivers/rtc/rtc-x1205.c unsigned char addr[2] = { 0, probe_limits_pattern[i].reg }; probe_limits_pattern 472 drivers/rtc/rtc-x1205.c __func__, probe_limits_pattern[i].reg); probe_limits_pattern 477 drivers/rtc/rtc-x1205.c value = bcd2bin(reg & probe_limits_pattern[i].mask); probe_limits_pattern 479 drivers/rtc/rtc-x1205.c if (value > probe_limits_pattern[i].max || probe_limits_pattern 480 drivers/rtc/rtc-x1205.c value < probe_limits_pattern[i].min) { probe_limits_pattern 483 drivers/rtc/rtc-x1205.c __func__, probe_limits_pattern[i].reg,