Searched refs:S3C_PCM_CTL_RXFIFO_EN (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/soc/s3c24xx/
H A Ds3c-pcm.h31 #define S3C_PCM_CTL_RXFIFO_EN (0x1<<1) macro
H A Ds3c-pcm.c92 if (!(ctl & S3C_PCM_CTL_RXFIFO_EN)) {
113 ctl |= S3C_PCM_CTL_RXFIFO_EN;
118 ctl &= ~S3C_PCM_CTL_RXFIFO_EN;

Completed in 107 milliseconds