Searched refs:vsp1_read (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/media/platform/renesas/vsp1/ |
D | vsp1.h | 117 static inline u32 vsp1_read(struct vsp1_device *vsp1, u32 reg) in vsp1_read() function
|
D | vsp1_drv.c | 60 status = vsp1_read(vsp1, VI6_WPF_IRQ_STA(i)); in vsp1_irq_handler() 495 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_reset_wpf() 501 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_reset_wpf() 870 vsp1->version = vsp1_read(vsp1, VI6_IP_VERSION); in vsp1_lookup_info()
|
D | vsp1_hgt.c | 28 return vsp1_read(hgt->histo.entity.vsp1, reg); in vsp1_hgt_read()
|
D | vsp1_hgo.c | 28 return vsp1_read(hgo->histo.entity.vsp1, reg); in vsp1_hgo_read()
|
D | vsp1_uif.c | 31 return vsp1_read(uif->entity.vsp1, in vsp1_uif_read()
|
D | vsp1_dl.c | 848 return !!(vsp1_read(vsp1, VI6_CMD(dlm->index)) & VI6_CMD_UPDHDR); in vsp1_dl_list_hw_update_pending() 972 u32 status = vsp1_read(vsp1, VI6_STATUS); in vsp1_dlm_irq_frame_end()
|