Lines Matching refs:hactive
470 video_size = round_video_size(coding, vm->hactive);
474 hline = vm->hactive + vm->hsync_len + vm->hfront_porch +
516 bytes_per_chunk = vm->hactive * bpp_x100 / 100 + pkt_header;
519 total_bytes = (vm->hactive + vm->hfront_porch) *
534 video_size < vm->hactive;
536 if (vm->hactive * 1000 / video_size % 1000)
539 chunks = vm->hactive / video_size;
563 for (video_size = vm->hactive;
586 u32 hactive = ctx->vm.hactive;
599 if (max_fifo_len > hactive)
600 writel(hactive, ctx->base + DCS_WM_PKT_SIZE);