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.c367 static int clkout_rates[] = { variable
389 return clkout_rates[buf]; in pcf85063_clkout_recalc_rate()
397 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf85063_clkout_round_rate()
398 if (clkout_rates[i] <= rate) in pcf85063_clkout_round_rate()
399 return clkout_rates[i]; in pcf85063_clkout_round_rate()
410 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf85063_clkout_set_rate()
411 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.c640 static int clkout_rates[] = { variable
660 return clkout_rates[clkout]; in rv3028_clkout_recalc_rate()
668 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in rv3028_clkout_round_rate()
669 if (clkout_rates[i] <= rate) in rv3028_clkout_round_rate()
670 return clkout_rates[i]; in rv3028_clkout_round_rate()
692 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in rv3028_clkout_set_rate()
693 if (clkout_rates[i] == rate) in rv3028_clkout_set_rate()