Searched refs:TVE200_CTRL_4_RESET (Results 1 – 2 of 2) sorted by relevance
139 writel(TVE200_CTRL_4_RESET, priv->regs + TVE200_CTRL_4); in tve200_display_enable()142 if (readl(priv->regs + TVE200_CTRL_4) & TVE200_CTRL_4_RESET) in tve200_display_enable()148 readl(priv->regs + TVE200_CTRL_4) & TVE200_CTRL_4_RESET) { in tve200_display_enable()252 writel(TVE200_CTRL_4_RESET, priv->regs + TVE200_CTRL_4); in tve200_display_disable()
102 #define TVE200_CTRL_4_RESET BIT(0) /* triggers reset of TVE200 */ macro