Searched refs:VE_DEC_MPEG_MP12HDR_F_CODE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_mpeg2.c | 92 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, pic->f_code[0][0]); in cedrus_mpeg2_setup() 93 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, pic->f_code[0][1]); in cedrus_mpeg2_setup() 94 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, pic->f_code[1][0]); in cedrus_mpeg2_setup() 95 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, pic->f_code[1][1]); in cedrus_mpeg2_setup()
|
D | cedrus_regs.h | 97 #define VE_DEC_MPEG_MP12HDR_F_CODE(__x, __y, __v) \ macro
|