Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dcr_pll.c38 static const unsigned crvml_clocks[] = { variable
65 static const unsigned crvml_num_clocks = ARRAY_SIZE(crvml_clocks);
93 cur_diff = clock - crvml_clocks[0]; in crvml_nearest_index()
96 diff = clock - crvml_clocks[i]; in crvml_nearest_index()
108 return crvml_clocks[crvml_nearest_index(sys, clock)]; in crvml_nearest_clock()
119 if (crvml_clocks[index] != clock) in crvml_set_clock()