Searched refs:vop2_writel (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 262 static void vop2_writel(struct vop2 *vop2, u32 offset, u32 v) in vop2_writel() function 888 vop2_writel(vop2, RK3568_VP_INT_CLR(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() 889 vop2_writel(vop2, RK3568_VP_INT_EN(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() 896 vop2_writel(vop2, RK3568_VP_INT_EN(vp->id), irq << 16); in vop2_crtc_disable_irq() 938 vop2_writel(vop2, RK3588_SYS_PD_CTRL, pd); in rk3588_vop2_power_domain_enable_all() 964 vop2_writel(vop2, RK3568_OTP_WIN_EN, 1); in vop2_enable() 969 vop2_writel(vop2, RK3568_REG_CFG_DONE, RK3568_REG_CFG_DONE__GLB_CFG_DONE_EN); in vop2_enable() 978 vop2_writel(vop2, RK3568_SYS0_INT_CLR, in vop2_enable() 980 vop2_writel(vop2, RK3568_SYS0_INT_EN, in vop2_enable() 982 vop2_writel(vop2, RK3568_SYS1_INT_CLR, in vop2_enable() [all …]
|