Searched refs:max_pll_freq (Results 1 – 4 of 4) sorted by relevance
32 CARD32 max_pll_freq; member682 if (freq > pll->max_pll_freq) freq = pll->max_pll_freq; in R128InitPLLRegisters()688 && save->pll_output_freq <= pll->max_pll_freq) break; in R128InitPLLRegisters()1090 pll.max_pll_freq = 40000; in r128_init()1102 pll.max_pll_freq = R128_BIOS32(pll_info_block + 0x16); in r128_init()1106 pll.min_pll_freq, pll.max_pll_freq, pll.xclk); in r128_init()
375 if (freq > pll->max_pll_freq) freq = pll->max_pll_freq; in R128InitPLLRegisters()381 && save->pll_output_freq <= pll->max_pll_freq) break; in R128InitPLLRegisters()431 if (freq > pll->max_pll_freq) freq = pll->max_pll_freq; in R128InitPLL2Registers()437 && save->pll_output_freq_2 <= pll->max_pll_freq) break; in R128InitPLL2Registers()
571 pll->max_pll_freq = 25000; in R128GetPLLParameters()596 pll->max_pll_freq = 25000; in R128GetPLLParameters()608 pll->max_pll_freq = R128_BIOS32(pll_info_block + 0x16); in R128GetPLLParameters()618 pll->max_pll_freq, in R128GetPLLParameters()
260 unsigned max_pll_freq; member