Searched refs:mfc_write (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/ |
A D | s5p_mfc_opr_v5.c | 396 mfc_write(dev, OFFSETA(buf_addr1), in s5p_mfc_set_dec_frame_buffer_v5() 484 mfc_write(dev, OFFSETB(buf_addr2), in s5p_mfc_set_dec_frame_buffer_v5() 590 mfc_write(dev, OFFSETA(buf_addr1), in s5p_mfc_set_enc_ref_buffer_v5() 594 mfc_write(dev, OFFSETA(buf_addr1), in s5p_mfc_set_enc_ref_buffer_v5() 598 mfc_write(dev, OFFSETB(buf_addr2), in s5p_mfc_set_enc_ref_buffer_v5() 602 mfc_write(dev, OFFSETA(buf_addr1), in s5p_mfc_set_enc_ref_buffer_v5() 629 mfc_write(dev, OFFSETA(buf_addr1), in s5p_mfc_set_enc_ref_buffer_v5() 633 mfc_write(dev, OFFSETA(buf_addr1), in s5p_mfc_set_enc_ref_buffer_v5() 737 mfc_write(dev, p->rc_bitrate, in s5p_mfc_set_enc_params() 954 mfc_write(dev, framerate, in s5p_mfc_set_enc_params_mpeg4() [all …]
|
A D | s5p_mfc_ctrl.c | 127 mfc_write(dev, 0, S5P_FIMV_FW_VERSION_V6); in s5p_mfc_reset() 141 mfc_write(dev, 0, S5P_FIMV_RISC_ON_V6); in s5p_mfc_reset() 144 mfc_write(dev, 0, S5P_FIMV_MFC_RESET_V6); in s5p_mfc_reset() 148 mfc_write(dev, 0x3f6, S5P_FIMV_SW_RESET); in s5p_mfc_reset() 150 mfc_write(dev, 0x3e2, S5P_FIMV_SW_RESET); in s5p_mfc_reset() 165 mfc_write(dev, 0x0, S5P_FIMV_SW_RESET); in s5p_mfc_reset() 166 mfc_write(dev, 0x3fe, S5P_FIMV_SW_RESET); in s5p_mfc_reset() 176 mfc_write(dev, dev->dma_base[BANK_L_CTX], in s5p_mfc_init_memctrl() 181 mfc_write(dev, dev->dma_base[BANK_L_CTX], in s5p_mfc_init_memctrl() 183 mfc_write(dev, dev->dma_base[BANK_R_CTX], in s5p_mfc_init_memctrl() [all …]
|
A D | s5p_mfc_cmd_v6.c | 23 mfc_write(dev, 0x0, S5P_FIMV_RISC2HOST_CMD_V6); in s5p_mfc_cmd_host2risc_v6() 26 mfc_write(dev, cmd, S5P_FIMV_HOST2RISC_CMD_V6); in s5p_mfc_cmd_host2risc_v6() 27 mfc_write(dev, 0x1, S5P_FIMV_HOST2RISC_INT_V6); in s5p_mfc_cmd_host2risc_v6() 42 mfc_write(dev, dev->ctx_buf.dma, S5P_FIMV_CONTEXT_MEM_ADDR_V6); in s5p_mfc_sys_init_cmd_v6() 43 mfc_write(dev, buf_size->dev_ctx, S5P_FIMV_CONTEXT_MEM_SIZE_V6); in s5p_mfc_sys_init_cmd_v6() 127 mfc_write(dev, codec_type, S5P_FIMV_CODEC_TYPE_V6); in s5p_mfc_open_inst_cmd_v6() 128 mfc_write(dev, ctx->ctx.dma, S5P_FIMV_CONTEXT_MEM_ADDR_V6); in s5p_mfc_open_inst_cmd_v6() 129 mfc_write(dev, ctx->ctx.size, S5P_FIMV_CONTEXT_MEM_SIZE_V6); in s5p_mfc_open_inst_cmd_v6() 130 mfc_write(dev, 0, S5P_FIMV_D_CRC_CTRL_V6); /* no crc */ in s5p_mfc_open_inst_cmd_v6() 145 mfc_write(dev, ctx->inst_no, S5P_FIMV_INSTANCE_ID_V6); in s5p_mfc_close_inst_cmd_v6()
|
A D | s5p_mfc_cmd_v5.c | 31 mfc_write(dev, args->arg[0], S5P_FIMV_HOST2RISC_ARG1); in s5p_mfc_cmd_host2risc_v5() 32 mfc_write(dev, args->arg[1], S5P_FIMV_HOST2RISC_ARG2); in s5p_mfc_cmd_host2risc_v5() 33 mfc_write(dev, args->arg[2], S5P_FIMV_HOST2RISC_ARG3); in s5p_mfc_cmd_host2risc_v5() 34 mfc_write(dev, args->arg[3], S5P_FIMV_HOST2RISC_ARG4); in s5p_mfc_cmd_host2risc_v5() 36 mfc_write(dev, cmd, S5P_FIMV_HOST2RISC_CMD); in s5p_mfc_cmd_host2risc_v5()
|
A D | s5p_mfc_common.h | 102 #define mfc_write(dev, data, offset) writel((data), dev->regs_base + \ macro
|
Completed in 14 milliseconds