Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-hym8563.c298 static int clkout_rates[] = { variable
316 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()
Drtc-pcf8563.c411 static int clkout_rates[] = { variable
430 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()