Searched refs:vop2_writel (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 295 static void vop2_writel(struct vop2 *vop2, u32 offset, u32 v) in vop2_writel() function 949 vop2_writel(vop2, RK3568_VP_INT_CLR(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() 950 vop2_writel(vop2, RK3568_VP_INT_EN(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() 957 vop2_writel(vop2, RK3568_VP_INT_EN(vp->id), irq << 16); in vop2_crtc_disable_irq() 999 vop2_writel(vop2, RK3588_SYS_PD_CTRL, pd); in rk3588_vop2_power_domain_enable_all() 1025 vop2_writel(vop2, RK3568_OTP_WIN_EN, 1); in vop2_enable() 1030 vop2_writel(vop2, RK3568_REG_CFG_DONE, RK3568_REG_CFG_DONE__GLB_CFG_DONE_EN); in vop2_enable() 1039 vop2_writel(vop2, RK3568_SYS0_INT_CLR, in vop2_enable() 1041 vop2_writel(vop2, RK3568_SYS0_INT_EN, in vop2_enable() 1043 vop2_writel(vop2, RK3568_SYS1_INT_CLR, in vop2_enable() [all …]
|