Searched refs:HANTRO_PP_REG_WRITE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_postproc.c | 15 #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(vp in hantro_postproc_enable() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_postproc.c | 17 #define HANTRO_PP_REG_WRITE(vpu, reg_name, val) \ macro 75 HANTRO_PP_REG_WRITE(vpu, pipeline_en, 0x1); in hantro_postproc_g1_enable() 93 HANTRO_PP_REG_WRITE(vpu, clk_gate, 0x1); in hantro_postproc_g1_enable() 94 HANTRO_PP_REG_WRITE(vpu, out_endian, 0x1); in hantro_postproc_g1_enable() 95 HANTRO_PP_REG_WRITE(vpu, out_swap32, 0x1); in hantro_postproc_g1_enable() 96 HANTRO_PP_REG_WRITE(vpu, max_burst, 16); in hantro_postproc_g1_enable() 97 HANTRO_PP_REG_WRITE(vpu, out_luma_base, dst_dma); in hantro_postproc_g1_enable() 98 HANTRO_PP_REG_WRITE(vpu, input_width, MB_WIDTH(ctx->dst_fmt.width)); in hantro_postproc_g1_enable() 99 HANTRO_PP_REG_WRITE(vpu, input_height, MB_HEIGHT(ctx->dst_fmt.height)); in hantro_postproc_g1_enable() 100 HANTRO_PP_REG_WRITE(vp in hantro_postproc_g1_enable() [all...] |
Completed in 2 milliseconds