Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_g1_h264_dec.c297 G1_REG_CONFIG_DEC_MAX_BURST(16) | in hantro_g1_h264_dec_run()
H A Dhantro_g1_vp8_dec.c466 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