dllmin            620 drivers/gpu/drm/ast/ast_post.c 	u32 gold_sadj[2], dllmin[16], dllmax[16], dlli, data, cnt, mask, passcnt, retry = 0;
dllmin            624 drivers/gpu/drm/ast/ast_post.c 		dllmin[cnt] = 0xff;
dllmin            636 drivers/gpu/drm/ast/ast_post.c 					if (dllmin[cnt] > dlli) {
dllmin            637 drivers/gpu/drm/ast/ast_post.c 						dllmin[cnt] = dlli;
dllmin            653 drivers/gpu/drm/ast/ast_post.c 		if ((dllmax[cnt] > dllmin[cnt]) && ((dllmax[cnt] - dllmin[cnt]) >= CBR_THRESHOLD2)) {
dllmin            654 drivers/gpu/drm/ast/ast_post.c 			gold_sadj[0] += dllmin[cnt];
dllmin            671 drivers/gpu/drm/ast/ast_post.c 		if ((dllmax[cnt] > dllmin[cnt]) && ((dllmax[cnt] - dllmin[cnt]) >= CBR_THRESHOLD2)) {
dllmin            672 drivers/gpu/drm/ast/ast_post.c 			dlli = dllmin[cnt];
dllmin            693 drivers/gpu/drm/ast/ast_post.c 		if ((dllmax[cnt] > dllmin[cnt]) && ((dllmax[cnt] - dllmin[cnt]) >= CBR_THRESHOLD2)) {
dllmin            694 drivers/gpu/drm/ast/ast_post.c 			dlli = dllmin[cnt];
dllmin            809 drivers/gpu/drm/ast/ast_post.c 	u32 dllmin[2], dllmax[2], dlli, data, passcnt, retry = 0;
dllmin            817 drivers/gpu/drm/ast/ast_post.c 	dllmin[0] = dllmin[1] = 0xff;
dllmin            826 drivers/gpu/drm/ast/ast_post.c 				if (dllmin[0] > dlli) {
dllmin            827 drivers/gpu/drm/ast/ast_post.c 					dllmin[0] = dlli;
dllmin            834 drivers/gpu/drm/ast/ast_post.c 				if (dllmin[1] > dlli) {
dllmin            835 drivers/gpu/drm/ast/ast_post.c 					dllmin[1] = dlli;
dllmin            848 drivers/gpu/drm/ast/ast_post.c 	if (dllmax[0] == 0 || (dllmax[0]-dllmin[0]) < CBR_THRESHOLD) {
dllmin            851 drivers/gpu/drm/ast/ast_post.c 	if (dllmax[1] == 0 || (dllmax[1]-dllmin[1]) < CBR_THRESHOLD) {
dllmin            856 drivers/gpu/drm/ast/ast_post.c 	dlli  = (dllmin[1] + dllmax[1]) >> 1;
dllmin            858 drivers/gpu/drm/ast/ast_post.c 	dlli += (dllmin[0] + dllmax[0]) >> 1;