Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/aty/
Dmach64_gx.c503 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_1703() local
510 mach64MinFreq = MIN_FREQ_2595; in aty_var_to_pll_1703()
518 if (mhz100 < mach64MinFreq) in aty_var_to_pll_1703()
519 mhz100 = mach64MinFreq; in aty_var_to_pll_1703()
524 while (mhz100 < (mach64MinFreq << 3)) { in aty_var_to_pll_1703()
621 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_8398() local
626 mach64MinFreq = MIN_FREQ_2595; in aty_var_to_pll_8398()
637 if (mhz100 < mach64MinFreq) in aty_var_to_pll_8398()
638 mhz100 = mach64MinFreq; in aty_var_to_pll_8398()
644 while (mhz100 < (mach64MinFreq << 3)) { in aty_var_to_pll_8398()
[all …]