Home
last modified time | relevance | path

Searched refs:reg224 (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c1066 AVS2D_HAL_TRACE("read reg[224] 0x%08x\n", p_regs->irq_status.reg224); in hal_avs2d_rkv_wait()
1074 if (p_regs->irq_status.reg224.dec_error_sta || in hal_avs2d_rkv_wait()
1075 (!p_regs->irq_status.reg224.dec_rdy_sta) || in hal_avs2d_rkv_wait()
1076 p_regs->irq_status.reg224.buf_empty_sta || in hal_avs2d_rkv_wait()
1099 memset(&p_regs->irq_status.reg224, 0, sizeof(RK_U32)); in hal_avs2d_rkv_wait()
H A Dhal_avs2d_vdpu382.c1132 AVS2D_HAL_TRACE("read reg[224] 0x%08x\n", p_regs->irq_status.reg224); in hal_avs2d_vdpu382_wait()
1140 if (p_regs->irq_status.reg224.dec_error_sta || in hal_avs2d_vdpu382_wait()
1141 (!p_regs->irq_status.reg224.dec_rdy_sta) || in hal_avs2d_vdpu382_wait()
1142 p_regs->irq_status.reg224.buf_empty_sta || in hal_avs2d_vdpu382_wait()
1165 memset(&p_regs->irq_status.reg224, 0, sizeof(RK_U32)); in hal_avs2d_vdpu382_wait()
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c1138 if (p_regs->irq_status.reg224.dec_error_sta || in vdpu34x_h264d_wait()
1139 (!p_regs->irq_status.reg224.dec_rdy_sta) || in vdpu34x_h264d_wait()
1140 p_regs->irq_status.reg224.buf_empty_sta || in vdpu34x_h264d_wait()
1150 memset(&p_regs->irq_status.reg224, 0, sizeof(RK_U32)); in vdpu34x_h264d_wait()
H A Dhal_h264d_vdpu382.c1246 hw_err = p_regs->irq_status.reg224.dec_error_sta || in vdpu382_h264d_wait()
1247 (!p_regs->irq_status.reg224.dec_rdy_sta) || in vdpu382_h264d_wait()
1248 p_regs->irq_status.reg224.buf_empty_sta || in vdpu382_h264d_wait()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu382.c1098 hw_regs->irq_status.reg224.dec_error_sta || in hal_h265d_vdpu382_wait()
1099 hw_regs->irq_status.reg224.buf_empty_sta || in hal_h265d_vdpu382_wait()
1100 hw_regs->irq_status.reg224.dec_bus_sta || in hal_h265d_vdpu382_wait()
1101 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_h265d_vdpu382_wait()
H A Dhal_h265d_vdpu34x.c1308 hw_regs->irq_status.reg224.dec_error_sta || in hal_h265d_vdpu34x_wait()
1309 hw_regs->irq_status.reg224.buf_empty_sta || in hal_h265d_vdpu34x_wait()
1310 hw_regs->irq_status.reg224.dec_bus_sta || in hal_h265d_vdpu34x_wait()
1311 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_h265d_vdpu34x_wait()
/rockchip-linux_mpp/mpp/hal/rkdec/inc/
H A Dvdpu34x_com.h341 } reg224; member
H A Dvdpu382_com.h385 } reg224; member
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c1005 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_vp9d_vdpu34x_wait()
H A Dhal_vp9d_vdpu382.c1037 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_vp9d_vdpu382_wait()