Searched refs:clkout_rates (Results 1 – 2 of 2) sorted by relevance
295 static int clkout_rates[] = { variable313 return clkout_rates[ret]; in hym8563_clkout_recalc_rate()321 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_round_rate()322 if (clkout_rates[i] <= rate) in hym8563_clkout_round_rate()323 return clkout_rates[i]; in hym8563_clkout_round_rate()339 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_set_rate()340 if (clkout_rates[i] == rate) { in hym8563_clkout_set_rate()
406 static int clkout_rates[] = { variable425 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()