Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A 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()
742 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_408() local
751 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_408()
769 temp -= ((short) (mach64RefFreq << 1)); in aty_var_to_pll_408()
776 remainder = tempB % mach64RefFreq; in aty_var_to_pll_408()
777 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dmach64_gx.c501 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_1703() local
510 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_1703()
529 temp -= (short) (mach64RefFreq << 1); in aty_var_to_pll_1703()
536 remainder = tempB % mach64RefFreq; in aty_var_to_pll_1703()
537 tempB = tempB / mach64RefFreq; in aty_var_to_pll_1703()
740 u32 mach64MinFreq, mach64MaxFreq, mach64RefFreq; in aty_var_to_pll_408() local
749 mach64RefFreq = REF_FREQ_2595; /* 14.32 MHz */ in aty_var_to_pll_408()
767 temp -= ((short) (mach64RefFreq << 1)); in aty_var_to_pll_408()
774 remainder = tempB % mach64RefFreq; in aty_var_to_pll_408()
775 tempB = tempB / mach64RefFreq; in aty_var_to_pll_408()
[all...]

Completed in 3 milliseconds