Searched refs:clkout_rates (Results 1 – 2 of 2) sorted by relevance
298 static int clkout_rates[] = { variable316 return clkout_rates[ret]; in hym8563_clkout_recalc_rate()324 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_round_rate()325 if (clkout_rates[i] <= rate) in hym8563_clkout_round_rate()326 return clkout_rates[i]; in hym8563_clkout_round_rate()342 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in hym8563_clkout_set_rate()343 if (clkout_rates[i] == rate) { in hym8563_clkout_set_rate()
411 static int clkout_rates[] = { variable430 return clkout_rates[ret]; in pcf8563_clkout_recalc_rate()438 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_round_rate()439 if (clkout_rates[i] <= rate) in pcf8563_clkout_round_rate()440 return clkout_rates[i]; in pcf8563_clkout_round_rate()457 for (i = 0; i < ARRAY_SIZE(clkout_rates); i++) in pcf8563_clkout_set_rate()458 if (clkout_rates[i] == rate) { in pcf8563_clkout_set_rate()