Home
last modified time | relevance | path

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

/drivers/video/omap2/dss/
Dmanager-sysfs.c378 struct omap_dss_cpr_coefs coefs; in manager_cpr_coef_store() local
386 &coefs.rr, &coefs.rg, &coefs.rb, in manager_cpr_coef_store()
387 &coefs.gr, &coefs.gg, &coefs.gb, in manager_cpr_coef_store()
388 &coefs.br, &coefs.bg, &coefs.bb) != 9) in manager_cpr_coef_store()
391 arr = (s16[]){ coefs.rr, coefs.rg, coefs.rb, in manager_cpr_coef_store()
392 coefs.gr, coefs.gg, coefs.gb, in manager_cpr_coef_store()
393 coefs.br, coefs.bg, coefs.bb }; in manager_cpr_coef_store()
402 info.cpr_coefs = coefs; in manager_cpr_coef_store()
Ddispc_coefs.c297 } coefs[] = { in dispc_ovl_get_scale_coef() local
321 for (i = 0; i < ARRAY_SIZE(coefs); ++i) in dispc_ovl_get_scale_coef()
322 if (inc >= coefs[i].Mmin && inc <= coefs[i].Mmax) in dispc_ovl_get_scale_coef()
323 return five_taps ? coefs[i].coef_5 : coefs[i].coef_3; in dispc_ovl_get_scale_coef()
Ddispc.c1061 const struct omap_dss_cpr_coefs *coefs) in dispc_mgr_set_cpr_coef() argument
1068 coef_r = FLD_VAL(coefs->rr, 31, 22) | FLD_VAL(coefs->rg, 20, 11) | in dispc_mgr_set_cpr_coef()
1069 FLD_VAL(coefs->rb, 9, 0); in dispc_mgr_set_cpr_coef()
1070 coef_g = FLD_VAL(coefs->gr, 31, 22) | FLD_VAL(coefs->gg, 20, 11) | in dispc_mgr_set_cpr_coef()
1071 FLD_VAL(coefs->gb, 9, 0); in dispc_mgr_set_cpr_coef()
1072 coef_b = FLD_VAL(coefs->br, 31, 22) | FLD_VAL(coefs->bg, 20, 11) | in dispc_mgr_set_cpr_coef()
1073 FLD_VAL(coefs->bb, 9, 0); in dispc_mgr_set_cpr_coef()
/drivers/net/wireless/b43/
Dphy_lp.c372 static const u16 coefs[] = { in lpphy_save_dig_flt_state() local
383 b43_phy_write(dev, addr[i], coefs[i]); in lpphy_save_dig_flt_state()