Searched refs:max_pll_freq (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/accelerants/ati/
H A Drage128_mode.cpp218 if (freq > pll.max_pll_freq)
219 freq = pll.max_pll_freq;
228 if (output_freq >= pll.min_pll_freq && output_freq <= pll.max_pll_freq) {
H A Drage128_init.cpp57 maxPixelClock = gInfo.sharedInfo->r128PLLParams.max_pll_freq * 10;
/haiku/src/add-ons/accelerants/radeon/
H A DGetModeInfo.c56 uint32 clock_limit = ai->si->pll.max_pll_freq * 10;
H A Dpll.c383 pll->vco_max = general_pll->max_pll_freq;*/
391 pll->vco_max = general_pll->max_pll_freq;
416 pll.vco_max = general_pll->max_pll_freq;
H A DInitAccelerant.c319 di->dac_speed = ai->si->pll.max_pll_freq;
H A DProposeDisplayMode.c349 if( target->timing.pixel_clock / 10 > pll->max_pll_freq ||
353 pll->max_pll_freq * 10, pll->min_pll_freq / 12 );
/haiku/headers/private/graphics/ati/
H A DDriverInterface.h132 uint32 max_pll_freq; member in struct:R128_PLLParams
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c151 di->pll.max_pll_freq = RADEON_BIOS16(pll_start + 32);
160 di->pll.min_pll_freq, di->pll.max_pll_freq );
179 di->pll.max_pll_freq = pll.PCLK_max_freq;
185 di->pll.min_pll_freq, di->pll.max_pll_freq );
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp493 pll.max_pll_freq = 25000;
537 pll.max_pll_freq = BIOS32(pllInfoBlock + 0x16);
543 pll.max_pll_freq, pll.xclk);
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h319 uint32 max_pll_freq; // maximum PLL output frequency member in struct:__anon20
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp323 maxFreq = fSharedInfo->pll.max_pll_freq;

Completed in 68 milliseconds