Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_postproc.c15 #define HANTRO_PP_REG_WRITE(vpu, reg_name, val) \ macro
82 HANTRO_PP_REG_WRITE(vpu, clk_gate, 0x1); in hantro_postproc_enable()
83 HANTRO_PP_REG_WRITE(vpu, out_endian, 0x1); in hantro_postproc_enable()
84 HANTRO_PP_REG_WRITE(vpu, out_swap32, 0x1); in hantro_postproc_enable()
85 HANTRO_PP_REG_WRITE(vpu, max_burst, 16); in hantro_postproc_enable()
86 HANTRO_PP_REG_WRITE(vpu, out_luma_base, dst_dma); in hantro_postproc_enable()
87 HANTRO_PP_REG_WRITE(vpu, input_width, MB_WIDTH(ctx->dst_fmt.width)); in hantro_postproc_enable()
88 HANTRO_PP_REG_WRITE(vpu, input_height, MB_HEIGHT(ctx->dst_fmt.height)); in hantro_postproc_enable()
89 HANTRO_PP_REG_WRITE(vpu, input_fmt, src_pp_fmt); in hantro_postproc_enable()
90 HANTRO_PP_REG_WRITE(vpu, output_fmt, dst_pp_fmt); in hantro_postproc_enable()
[all …]