Searched refs:ACINTSTS (Results 1 – 2 of 2) sorted by relevance
42 return __raw_readl(drvdata->base + ACINTSTS) & ACINT_REGACCRDY; in txx9aclc_regready()53 if (!(__raw_readl(base + ACINTSTS) & ACINT_CODECRDY(ac97->num))) in txx9aclc_ac97_read()108 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset()112 __raw_readl(base + ACINTSTS)); in txx9aclc_ac97_cold_reset()114 __raw_writel(ACINT_REGACCRDY, base + ACINTSTS); in txx9aclc_ac97_cold_reset()
27 #define ACINTSTS 0x10 /* interrupt status */ macro