rate_sel         1353 drivers/rtc/rtc-ds1307.c 	int rate_sel = 0;
rate_sel         1359 drivers/rtc/rtc-ds1307.c 		rate_sel += 1;
rate_sel         1361 drivers/rtc/rtc-ds1307.c 		rate_sel += 2;
rate_sel         1363 drivers/rtc/rtc-ds1307.c 	return ds3231_clk_sqw_rates[rate_sel];
rate_sel         1384 drivers/rtc/rtc-ds1307.c 	int rate_sel;
rate_sel         1386 drivers/rtc/rtc-ds1307.c 	for (rate_sel = 0; rate_sel < ARRAY_SIZE(ds3231_clk_sqw_rates);
rate_sel         1387 drivers/rtc/rtc-ds1307.c 			rate_sel++) {
rate_sel         1388 drivers/rtc/rtc-ds1307.c 		if (ds3231_clk_sqw_rates[rate_sel] == rate)
rate_sel         1392 drivers/rtc/rtc-ds1307.c 	if (rate_sel == ARRAY_SIZE(ds3231_clk_sqw_rates))
rate_sel         1395 drivers/rtc/rtc-ds1307.c 	if (rate_sel & 1)
rate_sel         1397 drivers/rtc/rtc-ds1307.c 	if (rate_sel & 2)