dll_max 247 drivers/gpu/drm/ast/ast_post.c u32 dll_min[4], dll_max[4], dlli, data, passcnt; dll_max 251 drivers/gpu/drm/ast/ast_post.c dll_max[0] = dll_max[1] = dll_max[2] = dll_max[3] = 0x0; dll_max 261 drivers/gpu/drm/ast/ast_post.c if (dll_max[0] < dlli) dll_max 262 drivers/gpu/drm/ast/ast_post.c dll_max[0] = dlli; dll_max 268 drivers/gpu/drm/ast/ast_post.c if (dll_max[0] == 0 || (dll_max[0]-dll_min[0]) < CBR_THRESHOLD_AST2150) dll_max 271 drivers/gpu/drm/ast/ast_post.c dlli = dll_min[0] + (((dll_max[0] - dll_min[0]) * 7) >> 4);