Lines Matching refs:hwlen
2241 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2249 for (i = 0; i < hwlen; ++i) {
2263 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2271 for (i = 0; i < hwlen; ++i) {
2284 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2292 for (i = 0; i < hwlen; ++i) {
2332 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2337 __func__, hw_videoport, length, hwlen);
2350 unsigned int first = i * (hwlen - 1) / (length - 1);
2351 unsigned int last = (i + 1) * (hwlen - 1) / (length - 1);