Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/aty/
Dmach64_gx.c503 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_1703() local
511 mach64MaxFreq = MAX_FREQ_2595; in aty_var_to_pll_1703()
520 if (mhz100 > mach64MaxFreq) in aty_var_to_pll_1703()
521 mhz100 = mach64MaxFreq; in aty_var_to_pll_1703()
621 u32 mach64MinFreq, mach64MaxFreq; in aty_var_to_pll_8398() local
627 mach64MaxFreq = MAX_FREQ_2595; in aty_var_to_pll_8398()
638 if (mhz100 > mach64MaxFreq) in aty_var_to_pll_8398()
639 mhz100 = mach64MaxFreq; in aty_var_to_pll_8398()
742 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_408() local
750 mach64MaxFreq = MAX_FREQ_2595; in aty_var_to_pll_408()
[all …]