Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-hym8563.c267 static int clkout_rates[] = { variable
285 return clkout_rates[ret]; in hym8563_clkout_recalc_rate()
293 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_round_rate()
294 if (clkout_rates[i] <= rate) in hym8563_clkout_round_rate()
295 return clkout_rates[i]; in hym8563_clkout_round_rate()
311 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_set_rate()
312 if (clkout_rates[i] == rate) { in hym8563_clkout_set_rate()
Drtc-nct3018y.c314 static const int clkout_rates[] = { variable
333 return clkout_rates[flags]; in nct3018y_clkout_recalc_rate()
341 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in nct3018y_clkout_round_rate()
342 if (clkout_rates[i] <= rate) in nct3018y_clkout_round_rate()
343 return clkout_rates[i]; in nct3018y_clkout_round_rate()
359 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in nct3018y_clkout_set_rate()
360 if (clkout_rates[i] == rate) { in nct3018y_clkout_set_rate()
Drtc-pcf85063.c369 static int clkout_rates[] = { variable
391 return clkout_rates[buf]; in pcf85063_clkout_recalc_rate()
399 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf85063_clkout_round_rate()
400 if (clkout_rates[i] <= rate) in pcf85063_clkout_round_rate()
401 return clkout_rates[i]; in pcf85063_clkout_round_rate()
412 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf85063_clkout_set_rate()
413 if (clkout_rates[i] == rate) in pcf85063_clkout_set_rate()
Drtc-pcf8563.c358 static const int clkout_rates[] = { variable
377 return clkout_rates[buf]; in pcf8563_clkout_recalc_rate()
385 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_round_rate()
386 if (clkout_rates[i] <= rate) in pcf8563_clkout_round_rate()
387 return clkout_rates[i]; in pcf8563_clkout_round_rate()
404 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_set_rate()
405 if (clkout_rates[i] == rate) { in pcf8563_clkout_set_rate()
Drtc-rv3028.c709 static int clkout_rates[] = { variable
729 return clkout_rates[clkout]; in rv3028_clkout_recalc_rate()
737 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in rv3028_clkout_round_rate()
738 if (clkout_rates[i] <= rate) in rv3028_clkout_round_rate()
739 return clkout_rates[i]; in rv3028_clkout_round_rate()
761 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in rv3028_clkout_set_rate()
762 if (clkout_rates[i] == rate) in rv3028_clkout_set_rate()