Searched refs:NFORCE2_PLL (Results 1 – 1 of 1) sorted by relevance
25 #define NFORCE2_PLL(mul, div) (0x100000 | (mul << 8) | div) macro96 if (nforce2_calc_fsb(NFORCE2_PLL(xmul, xdiv)) == in nforce2_calc_pll()107 return NFORCE2_PLL(mul, div); in nforce2_calc_pll()