Searched refs:VDPU_SWREG (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | rockchip_vpu2_hw_h264_dec.c | 21 #define VDPU_SWREG(nr) ((nr) * 4) macro 23 #define VDPU_REG_DEC_OUT_BASE VDPU_SWREG(63) 24 #define VDPU_REG_RLC_VLC_BASE VDPU_SWREG(64) 25 #define VDPU_REG_QTABLE_BASE VDPU_SWREG(61) 26 #define VDPU_REG_DIR_MV_BASE VDPU_SWREG(62) 207 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(50)); in set_params() 211 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(51)); in set_params() 216 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(52)); in set_params() 219 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(53)); in set_params() 227 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(54)); in set_params() [all …]
|
A D | rockchip_vpu2_hw_mpeg2_dec.c | 14 #define VDPU_SWREG(nr) ((nr) * 4) macro 16 #define VDPU_REG_DEC_OUT_BASE VDPU_SWREG(63) 17 #define VDPU_REG_RLC_VLC_BASE VDPU_SWREG(64) 18 #define VDPU_REG_QTABLE_BASE VDPU_SWREG(61) 19 #define VDPU_REG_REFER0_BASE VDPU_SWREG(131) 20 #define VDPU_REG_REFER2_BASE VDPU_SWREG(134) 21 #define VDPU_REG_REFER3_BASE VDPU_SWREG(135) 22 #define VDPU_REG_REFER1_BASE VDPU_SWREG(148) 173 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(50)); in rockchip_vpu2_mpeg2_dec_run() 177 vdpu_write_relaxed(vpu, reg, VDPU_SWREG(51)); in rockchip_vpu2_mpeg2_dec_run() [all …]
|
Completed in 21 milliseconds