Searched refs:S3C_PCM_CLKCTL_SERCLKSEL_PCLK (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.h36 #define S3C_PCM_CLKCTL_SERCLKSEL_PCLK (0x1<<18) macro
H A Ds3c-pcm.c209 if (clkctl & S3C_PCM_CLKCTL_SERCLKSEL_PCLK)
339 clkctl |= S3C_PCM_CLKCTL_SERCLKSEL_PCLK;
343 clkctl &= ~S3C_PCM_CLKCTL_SERCLKSEL_PCLK;

Completed in 111 milliseconds