Home
last modified time | relevance | path

Searched refs:dll_max (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/ast/
Dast_post.c244 u32 dll_min[4], dll_max[4], dlli, data, passcnt; in cbrdlli_ast2150() local
248 dll_max[0] = dll_max[1] = dll_max[2] = dll_max[3] = 0x0; in cbrdlli_ast2150()
258 if (dll_max[0] < dlli) in cbrdlli_ast2150()
259 dll_max[0] = dlli; in cbrdlli_ast2150()
265 if (dll_max[0] == 0 || (dll_max[0]-dll_min[0]) < CBR_THRESHOLD_AST2150) in cbrdlli_ast2150()
268 dlli = dll_min[0] + (((dll_max[0] - dll_min[0]) * 7) >> 4); in cbrdlli_ast2150()