Lines Matching refs:wr_cfg

1022         MppDevRegWrCfg wr_cfg;  in vdpu34x_h264d_start()  local
1025 wr_cfg.reg = &regs->common; in vdpu34x_h264d_start()
1026 wr_cfg.size = sizeof(regs->common); in vdpu34x_h264d_start()
1027 wr_cfg.offset = OFFSET_COMMON_REGS; in vdpu34x_h264d_start()
1029 ret = mpp_dev_ioctl(dev, MPP_DEV_REG_WR, &wr_cfg); in vdpu34x_h264d_start()
1035 wr_cfg.reg = &regs->h264d_param; in vdpu34x_h264d_start()
1036 wr_cfg.size = sizeof(regs->h264d_param); in vdpu34x_h264d_start()
1037 wr_cfg.offset = OFFSET_CODEC_PARAMS_REGS; in vdpu34x_h264d_start()
1039 ret = mpp_dev_ioctl(dev, MPP_DEV_REG_WR, &wr_cfg); in vdpu34x_h264d_start()
1045 wr_cfg.reg = &regs->common_addr; in vdpu34x_h264d_start()
1046 wr_cfg.size = sizeof(regs->common_addr); in vdpu34x_h264d_start()
1047 wr_cfg.offset = OFFSET_COMMON_ADDR_REGS; in vdpu34x_h264d_start()
1049 ret = mpp_dev_ioctl(dev, MPP_DEV_REG_WR, &wr_cfg); in vdpu34x_h264d_start()
1055 wr_cfg.reg = &regs->h264d_addr; in vdpu34x_h264d_start()
1056 wr_cfg.size = sizeof(regs->h264d_addr); in vdpu34x_h264d_start()
1057 wr_cfg.offset = OFFSET_CODEC_ADDR_REGS; in vdpu34x_h264d_start()
1059 ret = mpp_dev_ioctl(dev, MPP_DEV_REG_WR, &wr_cfg); in vdpu34x_h264d_start()
1066 wr_cfg.reg = &regs->h264d_highpoc; in vdpu34x_h264d_start()
1067 wr_cfg.size = sizeof(regs->h264d_highpoc); in vdpu34x_h264d_start()
1068 wr_cfg.offset = OFFSET_POC_HIGHBIT_REGS; in vdpu34x_h264d_start()
1069 ret = mpp_dev_ioctl(dev, MPP_DEV_REG_WR, &wr_cfg); in vdpu34x_h264d_start()
1076 wr_cfg.reg = &regs->statistic; in vdpu34x_h264d_start()
1077 wr_cfg.size = sizeof(regs->statistic); in vdpu34x_h264d_start()
1078 wr_cfg.offset = OFFSET_STATISTIC_REGS; in vdpu34x_h264d_start()
1080 ret = mpp_dev_ioctl(dev, MPP_DEV_REG_WR, &wr_cfg); in vdpu34x_h264d_start()