HomeSort by: relevance | last modified time | path
    Searched defs:f_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
igsfb_subr.c 673 int f_vco, f_out; local in function:igsfb_calc_pll
686 /* M = f_out / f_ref * ((N + 1) * IGS_SCALE(P)); */
694 f_out = IGS_CLOCK(M,N,P);
695 err = target - f_out;
igsfb_subr.c 673 int f_vco, f_out; local in function:igsfb_calc_pll
686 /* M = f_out / f_ref * ((N + 1) * IGS_SCALE(P)); */
694 f_out = IGS_CLOCK(M,N,P);
695 err = target - f_out;

Completed in 22 milliseconds