Searched refs:vop2_writel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 240 static void vop2_writel(struct vop2 *vop2, u32 offset, u32 v) in vop2_writel() function 800 vop2_writel(vop2, RK3568_VP_INT_CLR(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() 801 vop2_writel(vop2, RK3568_VP_INT_EN(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() 808 vop2_writel(vop2, RK3568_VP_INT_EN(vp->id), irq << 16); in vop2_crtc_disable_irq() 859 vop2_writel(vop2, RK3568_OTP_WIN_EN, 1); in vop2_enable() 861 vop2_writel(vop2, RK3568_REG_CFG_DONE, RK3568_REG_CFG_DONE__GLB_CFG_DONE_EN); in vop2_enable() 870 vop2_writel(vop2, RK3568_SYS0_INT_CLR, in vop2_enable() 872 vop2_writel(vop2, RK3568_SYS0_INT_EN, in vop2_enable() 874 vop2_writel(vop2, RK3568_SYS1_INT_CLR, in vop2_enable() 876 vop2_writel(vop2, RK3568_SYS1_INT_EN, in vop2_enable() [all …]
|