Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/aty/
Dmach64_gx.c503 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_1703() local
512 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_1703()
531 temp -= (short) (mach64RefFreq << 1); in aty_var_to_pll_1703()
538 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
539 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
621 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_8398() local
628 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_8398()
743 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_408() local
752 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_408()
770 temp -= ((short) (mach64RefFreq << 1)); in aty_var_to_pll_408()
[all …]