Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-hym8563.c295 static int clkout_rates[] = { variable
313 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()
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()