Lines Matching refs:hwlen
2291 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2299 for (i = 0; i < hwlen; ++i) {
2313 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2321 for (i = 0; i < hwlen; ++i) {
2334 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2342 for (i = 0; i < hwlen; ++i) {
2383 u32 hwlen = dispc->feat->vp_feat.color.gamma_size;
2388 __func__, hw_videoport, length, hwlen);
2401 unsigned int first = i * (hwlen - 1) / (length - 1);
2402 unsigned int last = (i + 1) * (hwlen - 1) / (length - 1);