Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c74 reg = G1_REG_DEC_CTRL4_FRAMENUM_LEN(sps->log2_max_frame_num_minus4 + 4) | in set_params()
H A Dhantro_g1_regs.h140 #define G1_REG_DEC_CTRL4_FRAMENUM_LEN(x) (((x) & 0x1f) << 16) macro