Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1.h117 static inline u32 vsp1_read(struct vsp1_device *vsp1, u32 reg) in vsp1_read() function
H A Dvsp1_drv.c60 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()
H A Dvsp1_hgt.c28 return vsp1_read(hgt->histo.entity.vsp1, reg); in vsp1_hgt_read()
H A Dvsp1_hgo.c28 return vsp1_read(hgo->histo.entity.vsp1, reg); in vsp1_hgo_read()
H A Dvsp1_uif.c31 return vsp1_read(uif->entity.vsp1, in vsp1_uif_read()
H A Dvsp1_dl.c848 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()