get_post_div      892 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	*ppll_div_3 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16);
get_post_div      912 drivers/gpu/drm/radeon/radeon_legacy_tv.c 	*p2pll_div_0 = (const_ptr->crtcPLL_N & 0x7ff) | (get_post_div(const_ptr->crtcPLL_post_div) << 16);