HomeSort by: relevance | last modified time | path
    Searched defs:gold_sadj (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_post.c 625 u32 gold_sadj[2], dllmin[16], dllmax[16], dlli, data, cnt, mask, passcnt, retry = 0; local in function:finetuneDQI_L
655 gold_sadj[0] = 0x0;
659 gold_sadj[0] += dllmin[cnt];
670 gold_sadj[0] = gold_sadj[0] >> 4;
671 gold_sadj[1] = gold_sadj[0];
678 if (gold_sadj[0] >= dlli) {
679 dlli = ((gold_sadj[0] - dlli) * 19) >> 5;
684 dlli = ((dlli - gold_sadj[0]) * 19) >> 5
    [all...]

Completed in 11 milliseconds