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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Daaci.h142 #define SLFR_2RXV (1 << 8) /* slot 2 rx valid */ macro
H A Daaci.c51 if (v & SLFR_2RXV)
150 v = readl(aaci->base + AACI_SLFR) & (SLFR_1RXV|SLFR_2RXV);
151 } while ((v != (SLFR_1RXV|SLFR_2RXV)) && timeout--);

Completed in 56 milliseconds