Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_vp8_dec.c481 G1_REG_DEC_CTRL1_PIC_MB_W_EXT(mb_width >> 9) | in hantro_g1_vp8_dec_run()
H A Dhantro_g1_regs.h81 #define G1_REG_DEC_CTRL1_PIC_MB_W_EXT(x) (((x) & 0x7) << 3) macro