Home
last modified time | relevance | path

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

/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dr128.c32 CARD32 max_pll_freq; member
682 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()
/dports/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0/src/
H A Dr128_crtc.c375 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()
H A Dr128_driver.c571 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()
H A Dr128.h260 unsigned max_pll_freq; member