Lines Matching refs:mach64RefFreq
489 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_1703() local
498 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_1703()
517 temp -= (short)(mach64RefFreq << 1); in aty_var_to_pll_1703()
524 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
525 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
605 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_8398() local
612 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_8398()
731 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_408() local
740 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_408()
758 temp -= ((short)(mach64RefFreq << 1)); in aty_var_to_pll_408()
765 remainder = tempB % mach64RefFreq; in aty_var_to_pll_408()
766 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()