Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_drv.c61 vsp1_write(vsp1, VI6_WPF_IRQ_STA(i), ~status & mask); in vsp1_irq_handler()
70 vsp1_write(vsp1, VI6_DISP_IRQ_STA, ~status & VI6_DISP_IRQ_STA_DST); in vsp1_irq_handler()
423 vsp1_write(vsp1, VI6_SRESET, VI6_SRESET_SRTS(index)); in vsp1_reset_wpf()
452 vsp1_write(vsp1, VI6_CLK_DCSWT, (8 << VI6_CLK_DCSWT_CSTPW_SHIFT) | in vsp1_device_init()
456 vsp1_write(vsp1, VI6_DPR_RPF_ROUTE(i), VI6_DPR_NODE_UNUSED); in vsp1_device_init()
459 vsp1_write(vsp1, VI6_DPR_UDS_ROUTE(i), VI6_DPR_NODE_UNUSED); in vsp1_device_init()
461 vsp1_write(vsp1, VI6_DPR_SRU_ROUTE, VI6_DPR_NODE_UNUSED); in vsp1_device_init()
462 vsp1_write(vsp1, VI6_DPR_LUT_ROUTE, VI6_DPR_NODE_UNUSED); in vsp1_device_init()
463 vsp1_write(vsp1, VI6_DPR_CLU_ROUTE, VI6_DPR_NODE_UNUSED); in vsp1_device_init()
464 vsp1_write(vsp1, VI6_DPR_HST_ROUTE, VI6_DPR_NODE_UNUSED); in vsp1_device_init()
[all …]
Dvsp1_dl.c508 vsp1_write(vsp1, VI6_DL_HDR_ADDR(dlm->index), dl->dma); in vsp1_dl_list_commit()
530 vsp1_write(vsp1, VI6_DL_HDR_ADDR(0), dl->body0.dma); in vsp1_dl_list_commit()
531 vsp1_write(vsp1, VI6_DL_BODY_SIZE, VI6_DL_BODY_SIZE_UPD | in vsp1_dl_list_commit()
598 vsp1_write(vsp1, VI6_DL_HDR_ADDR(0), dl->body0.dma); in vsp1_dlm_irq_frame_end()
599 vsp1_write(vsp1, VI6_DL_BODY_SIZE, VI6_DL_BODY_SIZE_UPD | in vsp1_dlm_irq_frame_end()
624 vsp1_write(vsp1, VI6_DL_CTRL, ctrl); in vsp1_dlm_setup()
625 vsp1_write(vsp1, VI6_DL_SWAP, VI6_DL_SWAP_LWS); in vsp1_dlm_setup()
Dvsp1.h105 static inline void vsp1_write(struct vsp1_device *vsp1, u32 reg, u32 data) in vsp1_write() function
Dvsp1_pipe.c219 vsp1_write(vsp1, VI6_CMD(pipe->output->entity.index), in vsp1_pipeline_run()
270 vsp1_write(entity->vsp1, entity->route->reg, in vsp1_pipeline_stop()
Dvsp1_wpf.c145 vsp1_write(vsp1, VI6_WPF_IRQ_ENB(wpf->entity.index), 0); in wpf_s_stream()
146 vsp1_write(vsp1, wpf->entity.index * VI6_WPF_OFFSET + in wpf_s_stream()
Dvsp1_drm.c510 vsp1_write(vsp1, VI6_DISP_IRQ_STA, 0); in vsp1_du_atomic_flush()
511 vsp1_write(vsp1, VI6_DISP_IRQ_ENB, VI6_DISP_IRQ_ENB_DSTE); in vsp1_du_atomic_flush()
516 vsp1_write(vsp1, VI6_DISP_IRQ_ENB, 0); in vsp1_du_atomic_flush()