Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c1090 AVS2D_HAL_TRACE("read reg[224] 0x%08x\n", p_regs->irq_status.reg224); in hal_avs2d_rkv_wait()
1098 if (p_regs->irq_status.reg224.dec_error_sta || in hal_avs2d_rkv_wait()
1099 (!p_regs->irq_status.reg224.dec_rdy_sta) || in hal_avs2d_rkv_wait()
1100 p_regs->irq_status.reg224.buf_empty_sta || in hal_avs2d_rkv_wait()
1122 memset(&p_regs->irq_status.reg224, 0, sizeof(RK_U32)); in hal_avs2d_rkv_wait()
H A Dhal_avs2d_vdpu382.c1165 AVS2D_HAL_TRACE("read reg[224] 0x%08x\n", p_regs->irq_status.reg224); in hal_avs2d_vdpu382_wait()
1173 if (p_regs->irq_status.reg224.dec_error_sta || in hal_avs2d_vdpu382_wait()
1174 (!p_regs->irq_status.reg224.dec_rdy_sta) || in hal_avs2d_vdpu382_wait()
1175 p_regs->irq_status.reg224.buf_empty_sta || in hal_avs2d_vdpu382_wait()
1197 memset(&p_regs->irq_status.reg224, 0, sizeof(RK_U32)); in hal_avs2d_vdpu382_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c1135 if (p_regs->irq_status.reg224.dec_error_sta || in vdpu34x_h264d_wait()
1136 (!p_regs->irq_status.reg224.dec_rdy_sta) || in vdpu34x_h264d_wait()
1137 p_regs->irq_status.reg224.buf_empty_sta || in vdpu34x_h264d_wait()
1147 memset(&p_regs->irq_status.reg224, 0, sizeof(RK_U32)); in vdpu34x_h264d_wait()
H A Dhal_h264d_vdpu382.c1266 hw_err = p_regs->irq_status.reg224.dec_error_sta || in vdpu382_h264d_wait()
1267 (!p_regs->irq_status.reg224.dec_rdy_sta) || in vdpu382_h264d_wait()
1268 p_regs->irq_status.reg224.buf_empty_sta || in vdpu382_h264d_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu382.c1101 hw_regs->irq_status.reg224.dec_error_sta || in hal_h265d_vdpu382_wait()
1102 hw_regs->irq_status.reg224.buf_empty_sta || in hal_h265d_vdpu382_wait()
1103 hw_regs->irq_status.reg224.dec_bus_sta || in hal_h265d_vdpu382_wait()
1104 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_h265d_vdpu382_wait()
H A Dhal_h265d_vdpu34x.c1293 hw_regs->irq_status.reg224.dec_error_sta || in hal_h265d_vdpu34x_wait()
1294 hw_regs->irq_status.reg224.buf_empty_sta || in hal_h265d_vdpu34x_wait()
1295 hw_regs->irq_status.reg224.dec_bus_sta || in hal_h265d_vdpu34x_wait()
1296 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_h265d_vdpu34x_wait()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/inc/
H A Dvdpu34x_com.h341 } reg224; member
H A Dvdpu382_com.h385 } reg224; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu382.c1028 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_vp9d_vdpu382_wait()
H A Dhal_vp9d_vdpu34x.c996 !hw_regs->irq_status.reg224.dec_rdy_sta) { in hal_vp9d_vdpu34x_wait()