Home
last modified time | relevance | path

Searched refs:G1_REG_CONFIG_DEC_MAX_BURST (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c275 G1_REG_CONFIG_DEC_MAX_BURST(16) | in hantro_g1_h264_dec_run()
H A Dhantro_g1_vp8_dec.c463 G1_REG_CONFIG_DEC_MAX_BURST(16); in hantro_g1_vp8_dec_run()
H A Dhantro_g1_regs.h45 #define G1_REG_CONFIG_DEC_MAX_BURST(x) (((x) & 0x1f) << 0) macro