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

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c181 uint32 fvco_max = *((uint32*)(&(rom[offset + 67]))); local
184 LOG(8,("INFO: PLL VCO range is %dkHz - %dkHz\n", fvco_min, fvco_max));
188 si->ps.max_system_vco = fvco_max / 1000;
191 //si->ps.max_pixel_vco = fvco_max / 1000;
193 //si->ps.max_video_vco = fvco_max / 1000;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c193 uint32 fvco_max = *((uint32*)(&(rom[offset + 67]))); local
196 LOG(8,("INFO: PLL VCO range is %dkHz - %dkHz\n", fvco_min, fvco_max));
200 si->ps.max_system_vco = fvco_max / 1000;
203 //si->ps.max_pixel_vco = fvco_max / 1000;
205 //si->ps.max_video_vco = fvco_max / 1000;

Completed in 51 milliseconds