Searched refs:fout (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dg450_pll.h6 int matroxfb_g450_setclk(WPMINFO unsigned int fout, unsigned int pll);
H A Dg450_pll.c92 static unsigned int g450_firstpll(CPMINFO const struct matrox_pll_limits* pi, unsigned int* vco, unsigned int fout) { argument
97 if (fout > (vcomax / 2)) {
98 if (fout > vcomax) {
101 *vco = fout;
108 tvco = g450_f2vco(p, fout);
300 static int __g450_setclk(WPMINFO unsigned int fout, unsigned int pll, argument
383 for(mnp = g450_firstpll(PMINFO pi, &xvco, fout); mnp != NO_MORE_MNP; mnp = g450_nextpll(PMINFO pi, &xvco, mnp)) {
409 delta = pll_freq_delta(fout, g450_vco2f(mnp, vco));
453 int matroxfb_g450_setclk(WPMINFO unsigned int fout, unsigned int pll) { argument
460 r = __g450_setclk(PMINFO fout, pl
[all...]
H A Dmatroxfb_Ti3026.c578 static void ti3026_setMCLK(WPMINFO int fout){ argument
587 f_pll = Ti3026_calcclock(PMINFO fout, ACCESS_FBINFO(max_pixel_clock), &mclk_n, &mclk_m, &mclk_p);
H A Dmatroxfb_DAC1064.c223 static void DAC1064_setpclk(WPMINFO unsigned long fout) { argument
228 DAC1064_calcclock(PMINFO fout, ACCESS_FBINFO(max_pixel_clock), &m, &n, &p);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dbttv-driver.c307 static void set_pll_freq(struct bttv *btv, unsigned int fin, unsigned int fout) argument
313 fout/=4;
315 fout*=12;
316 fi=fout/fin;
318 fout=(fout%fin)*256;
319 fh=fout/fin;
321 fout=(fout%fin)*256;
322 fl=fout/fi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsstfb.c1225 int m, m2, n, p, best_err, fout; local
1244 fout = (DAC_FREF * (m + 2)) / ((1 << p) * (n + 2));
1245 if ((ABS(fout - freq) < best_err) && (m > 0)) {
1248 best_err = ABS(fout - freq);
H A Dtdfxfb.c1282 int fout; local
1443 reg.vidpll = do_calc_pll(freq, &fout);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S591 # fout() - emulate an opclass 3 instruction #
795 bsr.l fout
831 # fout() - emulate an opclass 3 instruction #
1069 bsr.l fout
1107 # fout() - emulate an opclass 3 instruction #
1162 # performed by calling the routine fout(). If no exception should occur #
1536 bsr.l fout # call fmove out routine
2093 bsr.l fout # call fmove out routine
3566 # fout() - emulate an opclass 3 instruction #
3588 # This code must emulate the move out by calling fout() befor
7101 fout: label
[all...]
H A Dfpsp.S592 # fout() - emulate an opclass 3 instruction #
796 bsr.l fout
832 # fout() - emulate an opclass 3 instruction #
1070 bsr.l fout
1108 # fout() - emulate an opclass 3 instruction #
1163 # performed by calling the routine fout(). If no exception should occur #
1537 bsr.l fout # call fmove out routine
2094 bsr.l fout # call fmove out routine
3567 # fout() - emulate an opclass 3 instruction #
3589 # This code must emulate the move out by calling fout() befor
20200 fout: label
[all...]

Completed in 115 milliseconds