Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c139 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
144 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
148 ctx->scratch_buf_size = ALIGN(ctx->scratch_buf_size, in s5p_mfc_alloc_codec_buffers_v6()
151 ctx->scratch_buf_size + in s5p_mfc_alloc_codec_buffers_v6()
158 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
163 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
169 ctx->scratch_buf_size = ALIGN(ctx->scratch_buf_size, in s5p_mfc_alloc_codec_buffers_v6()
171 ctx->bank1.size = ctx->scratch_buf_size; in s5p_mfc_alloc_codec_buffers_v6()
178 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
183 ctx->scratch_buf_size = ALIGN(ctx->scratch_buf_size, in s5p_mfc_alloc_codec_buffers_v6()
[all …]
Ds5p_mfc_common.h713 size_t scratch_buf_size; member
Ds5p_mfc_enc.c1180 ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start()
1182 ctx->bank1.size += ctx->scratch_buf_size; in enc_post_seq_start()
Ds5p_mfc.c527 ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_seq_done()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dsal.h809 ia64_sal_update_pal (u64 param_buf, u64 scratch_buf, u64 scratch_buf_size, in ia64_sal_update_pal() argument
813 SAL_CALL(isrv, SAL_UPDATE_PAL, param_buf, scratch_buf, scratch_buf_size, in ia64_sal_update_pal()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch2996 + mem_info.size = dsp_priv->scratch_buf_size;
3305 + size = dsp_priv->scratch_buf_size;
3779 + dsp_priv->scratch_buf_size = dsp_priv->ocram_reserved_size - size;
3833 + dsp_priv->scratch_buf_size = dsp_priv->sdram_reserved_size / 2;
4579 + int scratch_buf_size;
6904 + dpu_ext_msg->scratch_size = dsp_priv->scratch_buf_size;
7062 +#define XF_PROXY_BADADDR (dsp_priv->scratch_buf_size)
7073 + dsp_priv->scratch_buf_size)
7077 + return (u32)(b - dsp_priv->dram_reserved_vir_addr + dsp_priv->scratch_buf_size);
7088 + if (address < dsp_priv->scratch_buf_size)
[all …]