Searched refs:ADP_CTRL (Results 1 – 1 of 1) sorted by relevance
25 #define ADP_CTRL 0x100 macro249 cur_ctrl = readl(adp->fe + ADP_CTRL); in adp_enable_vblank()250 writel(cur_ctrl | ADP_CTRL_VBLANK_ON, adp->fe + ADP_CTRL); in adp_enable_vblank()267 cur_ctrl = readl(adp->fe + ADP_CTRL); in adp_disable_vblank()268 writel(cur_ctrl & ~ADP_CTRL_VBLANK_ON, adp->fe + ADP_CTRL); in adp_disable_vblank()497 int_ctl = readl(adp->fe + ADP_CTRL); in adp_fe_irq()519 writel(ADP_CTRL_FIFO_ON, adp->fe + ADP_CTRL); in adp_drm_bind()
Completed in 5 milliseconds