Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/aty/
Dmach64_gx.c134 } RGB514_clocks[7] = { in aty_var_to_pll_514() local
152 for (i = 0; i < ARRAY_SIZE(RGB514_clocks); i++) in aty_var_to_pll_514()
153 if (vclk_per <= RGB514_clocks[i].limit) { in aty_var_to_pll_514()
154 pll->ibm514.m = RGB514_clocks[i].m; in aty_var_to_pll_514()
155 pll->ibm514.n = RGB514_clocks[i].n; in aty_var_to_pll_514()