Lines Matching refs:byteclk
4220 unsigned long byteclk = t->hsclk / 4;
4228 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk))
4233 byteclk,
4282 unsigned long byteclk = t->hsclk / 4;
4287 dsi_tput = (u64)byteclk * t->ndl * 8;
4293 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk);
4294 vm.hback_porch = div64_u64((u64)t->hbp * pck, byteclk);
4295 vm.hfront_porch = div64_u64((u64)t->hfp * pck, byteclk);
4398 unsigned long byteclk = hsclk / 4;
4411 dsi_tput = (u64)byteclk * ndl * 8;
4463 dsi_htot = div64_u64((u64)panel_htot * byteclk, req_pck_nom);
4473 dispc_htot = div64_u64((u64)dsi_htot * dispc_pck, byteclk);
4476 if ((u64)dsi_htot * dispc_pck != (u64)dispc_htot * byteclk)
4496 hsa = div64_u64((u64)req_vm->hsync_len * byteclk, req_pck_nom);
4500 hbp = div64_u64((u64)req_vm->hback_porch * byteclk, req_pck_nom);