Searched refs:AACI_MAINCR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Daaci.h41 #define AACI_MAINCR 0x078 /* main control */ macro
H A Daaci.c51 writel(maincr, aaci->base + AACI_MAINCR);
60 * SI1TxEn, SI2TxEn and SI12TxEn bits are set in the AACI_MAINCR
980 writel(aaci->maincr & ~MAINCR_IE, aaci->base + AACI_MAINCR);
981 writel(aaci->maincr, aaci->base + AACI_MAINCR);
1037 writel(aaci->maincr, aaci->base + AACI_MAINCR);
1087 writel(0, aaci->base + AACI_MAINCR);

Completed in 103 milliseconds