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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.c654 uint8_t ref_freq; local in function:RT_SetVINClock
668 ref_freq = (t->video_decoder_type & 0xF0) >> 4;
679 if (ref_freq == RT_FREF_2950)
694 if (ref_freq == RT_FREF_2950)
709 if (ref_freq == RT_FREF_2950)
734 if (ref_freq == RT_FREF_2950)
749 if (ref_freq == RT_FREF_2950)
769 if (ref_freq == RT_FREF_2950)
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dacG.c905 const double ref_freq = (double) pMga->bios.pll_ref_freq; local in function:MGAGCalcClock
960 calc_f = ref_freq * (n + 1) / (m + 1) ;
974 f_vco = ref_freq * (*best_n + 1) / (*best_m + 1);

Completed in 6 milliseconds