Searched refs:rate_sel (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-ds1307.c1441 int rate_sel = 0; local
1447 rate_sel += 1;
1449 rate_sel += 2;
1451 return ds3231_clk_sqw_rates[rate_sel];
1472 int rate_sel; local
1474 for (rate_sel = 0; rate_sel < ARRAY_SIZE(ds3231_clk_sqw_rates);
1475 rate_sel++) {
1476 if (ds3231_clk_sqw_rates[rate_sel] == rate)
1480 if (rate_sel
[all...]

Completed in 143 milliseconds