Lines Matching defs:ndl
3380 int ndl = dsi->num_lanes_used - 1;
3420 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
3564 int ndl = dsi->num_lanes_used - 1;
3586 ths_eot = DIV_ROUND_UP(4, ndl);
3633 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0;
3638 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
3639 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;
4224 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */
4287 dsi_tput = (u64)byteclk * t->ndl * 8;
4289 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl);
4357 int bitspp, ndl;
4363 ndl = dsi->num_lanes_used - 1;
4373 txbyteclk = pck * bitspp / 8 / ndl;
4396 int ndl = dsi->num_lanes_used - 1;
4411 dsi_tput = (u64)byteclk * ndl * 8;
4427 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl);
4451 hss = DIV_ROUND_UP(4, ndl);
4454 if (ndl == 3 && req_vm->hsync_len == 0)
4457 hse = DIV_ROUND_UP(4, ndl);
4488 dsi_vm->ndl = ndl;
4493 } else if (ndl == 3 && req_vm->hsync_len == 0) {
4661 int ndl = dsi->num_lanes_used - 1;
4677 byteclk_min = div64_u64((u64)ctx->req_pck_min * bitspp, ndl * 8);
4685 ndl * 8);