Home
last modified time | relevance | path

Searched refs:clkout_rates (Results 1 – 4 of 4) sorted by relevance

/drivers/rtc/
Drtc-hym8563.c285 static int clkout_rates[] = { variable
303 return clkout_rates[ret]; in hym8563_clkout_recalc_rate()
311 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_round_rate()
312 if (clkout_rates[i] <= rate) in hym8563_clkout_round_rate()
313 return clkout_rates[i]; in hym8563_clkout_round_rate()
329 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_set_rate()
330 if (clkout_rates[i] == rate) { in hym8563_clkout_set_rate()
Drtc-pcf85063.c375 static int clkout_rates[] = { variable
397 return clkout_rates[buf]; in pcf85063_clkout_recalc_rate()
405 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf85063_clkout_round_rate()
406 if (clkout_rates[i] <= rate) in pcf85063_clkout_round_rate()
407 return clkout_rates[i]; in pcf85063_clkout_round_rate()
418 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf85063_clkout_set_rate()
419 if (clkout_rates[i] == rate) in pcf85063_clkout_set_rate()
Drtc-pcf8563.c371 static const int clkout_rates[] = { variable
390 return clkout_rates[buf]; in pcf8563_clkout_recalc_rate()
398 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_round_rate()
399 if (clkout_rates[i] <= rate) in pcf8563_clkout_round_rate()
400 return clkout_rates[i]; in pcf8563_clkout_round_rate()
417 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_set_rate()
418 if (clkout_rates[i] == rate) { in pcf8563_clkout_set_rate()
Drtc-rv3028.c643 static int clkout_rates[] = { variable
663 return clkout_rates[clkout]; in rv3028_clkout_recalc_rate()
671 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in rv3028_clkout_round_rate()
672 if (clkout_rates[i] <= rate) in rv3028_clkout_round_rate()
673 return clkout_rates[i]; in rv3028_clkout_round_rate()
695 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in rv3028_clkout_set_rate()
696 if (clkout_rates[i] == rate) in rv3028_clkout_set_rate()