Searched refs:ACINTSTS (Results 1 – 2 of 2) sorted by relevance
44 return __raw_readl(drvdata->base + ACINTSTS) & ACINT_REGACCRDY; in txx9aclc_regready()55 if (!(__raw_readl(base + ACINTSTS) & ACINT_CODECRDY(ac97->num))) in txx9aclc_ac97_read()111 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset()115 __raw_readl(base + ACINTSTS)); in txx9aclc_ac97_cold_reset()117 __raw_writel(ACINT_REGACCRDY, base + ACINTSTS); in txx9aclc_ac97_cold_reset()
30 #define ACINTSTS 0x10 /* interrupt status */ macro