Lines Matching refs:fout
106 unsigned int *vco, unsigned int fout) in g450_firstpll() argument
112 if (fout > (vcomax / 2)) { in g450_firstpll()
113 if (fout > vcomax) { in g450_firstpll()
116 *vco = fout; in g450_firstpll()
123 tvco = g450_f2vco(p, fout); in g450_firstpll()
331 static int __g450_setclk(struct matrox_fb_info *minfo, unsigned int fout, in __g450_setclk() argument
361 if (fout >= minfo->max_pixel_clock_panellink) in __g450_setclk()
435 …for (mnp = g450_firstpll(minfo, pi, &xvco, fout); mnp != NO_MORE_MNP; mnp = g450_nextpll(minfo, pi… in __g450_setclk()
441 delta = pll_freq_delta(fout, g450_vco2f(mnp, vco)); in __g450_setclk()
494 int matroxfb_g450_setclk(struct matrox_fb_info *minfo, unsigned int fout, in matroxfb_g450_setclk() argument
503 r = __g450_setclk(minfo, fout, pll, arr, arr + MNP_TABLE_SIZE); in matroxfb_g450_setclk()