Lines Matching defs:coefs
813 dev_err(&dispc->pdev->dev, "%s: failed to find scale coefs\n",
1312 const struct omap_dss_cpr_coefs *coefs)
1319 coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) |
1320 FLD_VAL(coefs->rb, 9, 0);
1321 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) |
1322 FLD_VAL(coefs->gb, 9, 0);
1323 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) |
1324 FLD_VAL(coefs->bb, 9, 0);