Searched refs:suspend_iiscon (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-i2s-v2.h46 * @suspend_iiscon: PM save for the IISCON register.
67 u32 suspend_iiscon; member in struct:s3c_i2sv2_info
H A Ds3c-i2s-v2.c709 i2s->suspend_iiscon = readl(i2s->regs + S3C2412_IISCON);
734 dai->active, i2s->suspend_iismod, i2s->suspend_iiscon);
737 writel(i2s->suspend_iiscon, i2s->regs + S3C2412_IISCON);

Completed in 195 milliseconds