Lines Matching refs:byteclk
3579 unsigned long byteclk = t->hsclk / 4;
3587 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk))
3592 byteclk,
3641 unsigned long byteclk = t->hsclk / 4;
3646 dsi_tput = (u64)byteclk * t->ndl * 8;
3652 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk);
3653 vm.hback_porch = div64_u64((u64)t->hbp * pck, byteclk);
3654 vm.hfront_porch = div64_u64((u64)t->hfp * pck, byteclk);
3757 unsigned long byteclk = hsclk / 4;
3770 dsi_tput = (u64)byteclk * ndl * 8;
3822 dsi_htot = div64_u64((u64)panel_htot * byteclk, req_pck_nom);
3832 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk);
3835 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk)
3855 hsa = div64_u64((u64)req_vm->hsync_len * byteclk, req_pck_nom);
3859 hbp = div64_u64((u64)req_vm->hback_porch * byteclk, req_pck_nom);