best_post_div    1123 drivers/gpu/drm/radeon/radeon_display.c 	uint32_t best_post_div = 1;
best_post_div    1237 drivers/gpu/drm/radeon/radeon_display.c 						best_post_div = post_div;
best_post_div    1246 drivers/gpu/drm/radeon/radeon_display.c 							best_post_div = post_div;
best_post_div    1257 drivers/gpu/drm/radeon/radeon_display.c 							   ((pll->flags & RADEON_PLL_PREFER_LOW_POST_DIV) && (post_div < best_post_div)) ||
best_post_div    1258 drivers/gpu/drm/radeon/radeon_display.c 							   ((pll->flags & RADEON_PLL_PREFER_HIGH_POST_DIV) && (post_div > best_post_div))) {
best_post_div    1259 drivers/gpu/drm/radeon/radeon_display.c 							best_post_div = post_div;
best_post_div    1285 drivers/gpu/drm/radeon/radeon_display.c 	*post_div_p = best_post_div;
best_post_div    1289 drivers/gpu/drm/radeon/radeon_display.c 		      best_ref_div, best_post_div);