Lines Matching refs:ndl

3478 	int ndl = dsi->num_lanes_used - 1;  in dsi_config_cmd_mode_interleaving()  local
3518 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3662 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
3685 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
3732 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
3737 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3738 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
4335 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm()
4398 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm()
4400 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
4468 int bitspp, ndl; in dsi_cm_calc() local
4474 ndl = dsi->num_lanes_used - 1; in dsi_cm_calc()
4484 txbyteclk = pck * bitspp / 8 / ndl; in dsi_cm_calc()
4507 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc_blanking() local
4522 dsi_tput = (u64)byteclk * ndl * 8; in dsi_vm_calc_blanking()
4538 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl); in dsi_vm_calc_blanking()
4562 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4565 if (ndl == 3 && req_vm->hsync_len == 0) in dsi_vm_calc_blanking()
4568 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4599 dsi_vm->ndl = ndl; in dsi_vm_calc_blanking()
4604 } else if (ndl == 3 && req_vm->hsync_len == 0) { in dsi_vm_calc_blanking()
4772 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc() local
4788 byteclk_min = div64_u64((u64)ctx->req_pck_min * bitspp, ndl * 8); in dsi_vm_calc()
4796 ndl * 8); in dsi_vm_calc()