dllmax 620 drivers/gpu/drm/ast/ast_post.c u32 gold_sadj[2], dllmin[16], dllmax[16], dlli, data, cnt, mask, passcnt, retry = 0; dllmax 625 drivers/gpu/drm/ast/ast_post.c dllmax[cnt] = 0x0; dllmax 639 drivers/gpu/drm/ast/ast_post.c if (dllmax[cnt] < dlli) { dllmax 640 drivers/gpu/drm/ast/ast_post.c dllmax[cnt] = dlli; dllmax 653 drivers/gpu/drm/ast/ast_post.c if ((dllmax[cnt] > dllmin[cnt]) && ((dllmax[cnt] - dllmin[cnt]) >= CBR_THRESHOLD2)) { dllmax 671 drivers/gpu/drm/ast/ast_post.c if ((dllmax[cnt] > dllmin[cnt]) && ((dllmax[cnt] - dllmin[cnt]) >= CBR_THRESHOLD2)) { dllmax 693 drivers/gpu/drm/ast/ast_post.c if ((dllmax[cnt] > dllmin[cnt]) && ((dllmax[cnt] - dllmin[cnt]) >= CBR_THRESHOLD2)) { dllmax 809 drivers/gpu/drm/ast/ast_post.c u32 dllmin[2], dllmax[2], dlli, data, passcnt, retry = 0; dllmax 818 drivers/gpu/drm/ast/ast_post.c dllmax[0] = dllmax[1] = 0x0; dllmax 829 drivers/gpu/drm/ast/ast_post.c if (dllmax[0] < dlli) { dllmax 830 drivers/gpu/drm/ast/ast_post.c dllmax[0] = dlli; dllmax 837 drivers/gpu/drm/ast/ast_post.c if (dllmax[1] < dlli) { dllmax 838 drivers/gpu/drm/ast/ast_post.c dllmax[1] = dlli; dllmax 848 drivers/gpu/drm/ast/ast_post.c if (dllmax[0] == 0 || (dllmax[0]-dllmin[0]) < CBR_THRESHOLD) { dllmax 851 drivers/gpu/drm/ast/ast_post.c if (dllmax[1] == 0 || (dllmax[1]-dllmin[1]) < CBR_THRESHOLD) { dllmax 856 drivers/gpu/drm/ast/ast_post.c dlli = (dllmin[1] + dllmax[1]) >> 1; dllmax 858 drivers/gpu/drm/ast/ast_post.c dlli += (dllmin[0] + dllmax[0]) >> 1;