Lines Matching defs:hc
357 struct vpu_dec_ctrl *hc;
368 hc = shared->priv;
398 hc->codec_param = rpc->virt + offset;
403 hc->jpg = rpc->virt + offset;
408 hc->seq_mem = rpc->virt + offset;
413 hc->pic_mem = rpc->virt + offset;
418 hc->gop_mem = rpc->virt + offset;
423 hc->qmeter_mem = rpc->virt + offset;
429 hc->dbglog_mem = rpc->virt + offset;
473 struct vpu_dec_ctrl *hc = shared->priv;
480 hc->buf_addr[i] = regs_base + offset;
481 hc->str_buf[i] = regs + offset;
505 struct vpu_dec_ctrl *hc = shared->priv;
506 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance];
514 iface->stream_buffer_desc[instance][0] = hc->buf_addr[instance];
523 struct vpu_dec_ctrl *hc = shared->priv;
524 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance];
553 struct vpu_dec_ctrl *hc = shared->priv;
554 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance];
652 struct vpu_dec_ctrl *hc = shared->priv;
665 hc->jpg[instance].jpg_mjpeg_mode = 1;
667 hc->jpg[instance].jpg_mjpeg_interlaced = 0;
672 hc->codec_param[instance].disp_imm = 1;
674 hc->codec_param[instance].disp_imm = 0;
677 hc->codec_param[instance].disp_imm = 0;
679 hc->codec_param[instance].dbglog_enable = 0;
1119 struct vpu_dec_ctrl *hc = shared->priv;
1120 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[instance];
1645 struct vpu_dec_ctrl *hc = shared->priv;
1647 struct vpu_malone_str_buffer __iomem *str_buf = hc->str_buf[inst->id];
1648 u32 disp_imm = hc->codec_param[inst->id].disp_imm;