Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-hym8563.c306 static int clkout_rates[] = { variable
324 return clkout_rates[ret]; in hym8563_clkout_recalc_rate()
332 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_round_rate()
333 if (clkout_rates[i] <= rate) in hym8563_clkout_round_rate()
334 return clkout_rates[i]; in hym8563_clkout_round_rate()
350 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_set_rate()
351 if (clkout_rates[i] == rate) { in hym8563_clkout_set_rate()
H A 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()
H A Drtc-pcf8563.c406 static int clkout_rates[] = { variable
425 return clkout_rates[buf]; in pcf8563_clkout_recalc_rate()
433 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_round_rate()
434 if (clkout_rates[i] <= rate) in pcf8563_clkout_round_rate()
435 return clkout_rates[i]; in pcf8563_clkout_round_rate()
452 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_set_rate()
453 if (clkout_rates[i] == rate) { in pcf8563_clkout_set_rate()
H A 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()