Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iep2.c369 mpp_write_relaxed(mpp, IEP2_REG_IEP_CONFIG0, reg); in iep2_config()
371 mpp_write_relaxed(mpp, IEP2_REG_WORK_MODE, IEP2_REG_IEP2_MODE); in iep2_config()
375 mpp_write_relaxed(mpp, IEP2_REG_SRC_IMG_SIZE, reg); in iep2_config()
379 mpp_write_relaxed(mpp, IEP2_REG_VIR_SRC_IMG_WIDTH, reg); in iep2_config()
382 mpp_write_relaxed(mpp, IEP2_REG_VIR_DST_IMG_WIDTH, reg); in iep2_config()
399 mpp_write_relaxed(mpp, IEP2_REG_DIL_CONFIG0, reg); in iep2_config()
402 mpp_write_relaxed(mpp, IEP2_REG_SRC_ADDR_CURY, in iep2_config()
404 mpp_write_relaxed(mpp, IEP2_REG_SRC_ADDR_CURUV, in iep2_config()
406 mpp_write_relaxed(mpp, IEP2_REG_SRC_ADDR_CURV, in iep2_config()
409 mpp_write_relaxed(mpp, IEP2_REG_SRC_ADDR_NXTY, in iep2_config()
[all …]
H A Dmpp_rkvdec2_link.c333 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE0_SIZE_BASE, reg); in rkvdec2_clear_cache()
334 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE1_SIZE_BASE, reg); in rkvdec2_clear_cache()
335 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE2_SIZE_BASE, reg); in rkvdec2_clear_cache()
338 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE0_BASE, 1); in rkvdec2_clear_cache()
339 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE1_BASE, 1); in rkvdec2_clear_cache()
340 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE2_BASE, 1); in rkvdec2_clear_cache()
1747 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE0_SIZE_BASE, reg); in rkvdec2_soft_ccu_enqueue()
1748 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE1_SIZE_BASE, reg); in rkvdec2_soft_ccu_enqueue()
1749 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE2_SIZE_BASE, reg); in rkvdec2_soft_ccu_enqueue()
1751 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE0_BASE, 1); in rkvdec2_soft_ccu_enqueue()
[all …]
H A Dmpp_rkvdec2.c344 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE0_SIZE_BASE, reg); in rkvdec2_run()
345 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE1_SIZE_BASE, reg); in rkvdec2_run()
346 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE2_SIZE_BASE, reg); in rkvdec2_run()
348 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE0_BASE, 1); in rkvdec2_run()
349 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE1_BASE, 1); in rkvdec2_run()
350 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE2_BASE, 1); in rkvdec2_run()
H A Dmpp_rkvdec.c911 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE0_SIZE_BASE, reg); in rkvdec_run()
912 mpp_write_relaxed(mpp, RKVDEC_REG_CACHE1_SIZE_BASE, reg); in rkvdec_run()
914 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE0_BASE, 1); in rkvdec_run()
915 mpp_write_relaxed(mpp, RKVDEC_REG_CLR_CACHE1_BASE, 1); in rkvdec_run()
963 mpp_write_relaxed(mpp, RKVDEC_POWER_CTL_BASE, in rkvdec_3328_run()
H A Dmpp_vepu1.c272 mpp_write_relaxed(mpp, VEPU1_REG_CLR_CACHE_BASE, 1); in vepu_run()
276 mpp_write_relaxed(mpp, VEPU1_REG_ENC_EN, in vepu_run()
H A Dmpp_rkvenc.c423 mpp_write_relaxed(mpp, i * sizeof(u32), regs[i]); in rkvenc_write_req_backward()
437 mpp_write_relaxed(mpp, RKVENC_REG_CLR_CACHE_BASE, 1); in rkvenc_run()
449 mpp_write_relaxed(mpp, RKVENC_OSD_CFG_BASE, 0); in rkvenc_run()
H A Dmpp_vepu2.c367 mpp_write_relaxed(mpp, VEPU2_REG_CLR_CACHE_BASE, 1); in vepu_run()
371 mpp_write_relaxed(mpp, VEPU2_REG_ENC_EN, in vepu_run()
H A Dmpp_common.h751 static inline int mpp_write_relaxed(struct mpp_dev *mpp, u32 reg, u32 val) in mpp_write_relaxed() function
H A Dmpp_vdpu2.c354 mpp_write_relaxed(mpp, VDPU2_REG_CLR_CACHE_BASE, 1); in vdpu_run()
H A Dmpp_vdpu1.c402 mpp_write_relaxed(mpp, VDPU1_REG_CLR_CACHE_BASE, 1); in vdpu_run()
H A Dmpp_rkvenc2.c1206 mpp_write_relaxed(mpp, 0x5300, 0x2); in rkvenc_run()
1231 mpp_write_relaxed(mpp, off, regs[j]); in rkvenc_run()
H A Dmpp_common.c2452 mpp_write_relaxed(mpp, i * sizeof(u32), regs[i]); in mpp_write_req()