Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dcr_pll.c86 static int crvml_nearest_index(const struct vml_sys *sys, int clock) in crvml_nearest_index() function
108 return crvml_clocks[crvml_nearest_index(sys, clock)]; in crvml_nearest_clock()
117 index = crvml_nearest_index(sys, clock); in crvml_set_clock()