ACINT_REGACCRDY    41 sound/soc/txx9/txx9aclc-ac97.c 	return __raw_readl(drvdata->base + ACINTSTS) & ACINT_REGACCRDY;
ACINT_REGACCRDY    57 sound/soc/txx9/txx9aclc-ac97.c 	__raw_writel(ACINT_REGACCRDY, base + ACINTEN);
ACINT_REGACCRDY    59 sound/soc/txx9/txx9aclc-ac97.c 		__raw_writel(ACINT_REGACCRDY, base + ACINTDIS);
ACINT_REGACCRDY    73 sound/soc/txx9/txx9aclc-ac97.c 	__raw_writel(ACINT_REGACCRDY, base + ACINTDIS);
ACINT_REGACCRDY    87 sound/soc/txx9/txx9aclc-ac97.c 	__raw_writel(ACINT_REGACCRDY, base + ACINTEN);
ACINT_REGACCRDY    92 sound/soc/txx9/txx9aclc-ac97.c 	__raw_writel(ACINT_REGACCRDY, base + ACINTDIS);
ACINT_REGACCRDY    99 sound/soc/txx9/txx9aclc-ac97.c 	u32 ready = ACINT_CODECRDY(ac97->num) | ACINT_REGACCRDY;
ACINT_REGACCRDY   113 sound/soc/txx9/txx9aclc-ac97.c 	__raw_writel(ACINT_REGACCRDY, base + ACINTSTS);