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

/linux-4.1.27/drivers/video/fbdev/aty/
H A Dmach64_gx.c502 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; aty_var_to_pll_1703() local
511 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ aty_var_to_pll_1703()
530 temp -= (short) (mach64RefFreq << 1); aty_var_to_pll_1703()
537 remainder = tempB % mach64RefFreq; aty_var_to_pll_1703()
538 tempB = tempB / mach64RefFreq; aty_var_to_pll_1703()
620 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; aty_var_to_pll_8398() local
627 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ aty_var_to_pll_8398()
742 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; aty_var_to_pll_408() local
751 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ aty_var_to_pll_408()
769 temp -= ((short) (mach64RefFreq << 1)); aty_var_to_pll_408()
776 remainder = tempB % mach64RefFreq; aty_var_to_pll_408()
777 tempB = tempB / mach64RefFreq; aty_var_to_pll_408()

Completed in 49 milliseconds