Lines Matching defs:coefs
810 dev_err(&dispc->pdev->dev, "%s: failed to find scale coefs\n",
1302 const struct omap_dss_cpr_coefs *coefs)
1309 coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) |
1310 FLD_VAL(coefs->rb, 9, 0);
1311 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) |
1312 FLD_VAL(coefs->gb, 9, 0);
1313 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) |
1314 FLD_VAL(coefs->bb, 9, 0);