Home
last modified time | relevance | path

Searched refs:G1_SWREG (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/media/hantro/
Dhantro_g1_mpeg2_dec.c14 #define G1_SWREG(nr) ((nr) * 4) macro
16 #define G1_REG_RLC_VLC_BASE G1_SWREG(12)
17 #define G1_REG_DEC_OUT_BASE G1_SWREG(13)
18 #define G1_REG_REFER0_BASE G1_SWREG(14)
19 #define G1_REG_REFER1_BASE G1_SWREG(15)
20 #define G1_REG_REFER2_BASE G1_SWREG(16)
21 #define G1_REG_REFER3_BASE G1_SWREG(17)
22 #define G1_REG_QTABLE_BASE G1_SWREG(40)
192 vdpu_write_relaxed(vpu, reg, G1_SWREG(2)); in hantro_g1_mpeg2_dec_run()
205 vdpu_write_relaxed(vpu, reg, G1_SWREG(3)); in hantro_g1_mpeg2_dec_run()
[all …]
Dhantro_g1_regs.h12 #define G1_SWREG(nr) ((nr) * 4) macro
304 #define G1_REG_PP_INTERRUPT G1_SWREG(60)
310 #define G1_REG_PP_DEV_CONFIG G1_SWREG(61)
320 #define G1_REG_PP_IN_LUMA_BASE G1_SWREG(63)
321 #define G1_REG_PP_IN_CB_BASE G1_SWREG(64)
322 #define G1_REG_PP_IN_CR_BASE G1_SWREG(65)
323 #define G1_REG_PP_OUT_LUMA_BASE G1_SWREG(66)
324 #define G1_REG_PP_OUT_CHROMA_BASE G1_SWREG(67)
325 #define G1_REG_PP_CONTRAST_ADJUST G1_SWREG(68)
326 #define G1_REG_PP_COLOR_CONVERSION G1_SWREG(69)
[all …]