Searched refs:GCR_COLD_RST (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 Dpxa2xx-ac97-lib.c123 GCR &= GCR_COLD_RST; /* clear everything but nCRST */
124 GCR &= ~GCR_COLD_RST; /* then assert nCRST */
128 GCR = GCR_COLD_RST;
149 GCR &= GCR_COLD_RST; /* clear everything but nCRST */
150 GCR &= ~GCR_COLD_RST; /* then assert nCRST */
158 GCR = GCR_COLD_RST;
186 GCR &= GCR_COLD_RST; /* clear everything but nCRST */
187 GCR &= ~GCR_COLD_RST; /* then assert nCRST */
194 GCR = GCR_WARM_RST | GCR_COLD_RST;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dregs-ac97.h35 #define GCR_COLD_RST (1 << 1) /* AC'97 Cold Reset (0 = active) */ macro

Completed in 109 milliseconds