Lines Matching defs:ndl
2648 int ndl = dsi->num_lanes_used - 1;
2688 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
2832 int ndl = dsi->num_lanes_used - 1;
2854 ths_eot = DIV_ROUND_UP(4, ndl);
2901 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0;
2906 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
2907 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;
3583 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */
3646 dsi_tput = (u64)byteclk * t->ndl * 8;
3648 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl);
3716 int bitspp, ndl;
3722 ndl = dsi->num_lanes_used - 1;
3732 txbyteclk = pck * bitspp / 8 / ndl;
3755 int ndl = dsi->num_lanes_used - 1;
3770 dsi_tput = (u64)byteclk * ndl * 8;
3786 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl);
3810 hss = DIV_ROUND_UP(4, ndl);
3813 if (ndl == 3 && req_vm->hsync_len == 0)
3816 hse = DIV_ROUND_UP(4, ndl);
3847 dsi_vm->ndl = ndl;
3852 } else if (ndl == 3 && req_vm->hsync_len == 0) {
4019 int ndl = dsi->num_lanes_used - 1;
4035 byteclk_min = div64_u64((u64)ctx->req_pck_min * bitspp, ndl * 8);
4043 ndl * 8);