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

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c80 uint16_t crtcPLL_N; member in struct:radeon_tv_mode_constants
182 592, /* crtcPLL_N */
197 1382, /* crtcPLL_N */
212 347, /* crtcPLL_N */
227 211, /* crtcPLL_N */
887 *ppll_div_3 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16);
907 *p2pll_div_0 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16);

Completed in 114 milliseconds