S3C2412_IISMOD    130 sound/soc/s3c24xx/s3c2412-i2s.c 	mod = readl(regs + S3C2412_IISMOD);
S3C2412_IISMOD    155 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(mod, regs + S3C2412_IISMOD);
S3C2412_IISMOD    181 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(mod, regs + S3C2412_IISMOD);
S3C2412_IISMOD    200 sound/soc/s3c24xx/s3c2412-i2s.c 	mod = readl(regs + S3C2412_IISMOD);
S3C2412_IISMOD    224 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(mod, regs + S3C2412_IISMOD);
S3C2412_IISMOD    249 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(mod, regs + S3C2412_IISMOD);
S3C2412_IISMOD    287 sound/soc/s3c24xx/s3c2412-i2s.c 	u32 iismod = readl(s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    306 sound/soc/s3c24xx/s3c2412-i2s.c 	iismod = readl(s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    340 sound/soc/s3c24xx/s3c2412-i2s.c 	writel(iismod, s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    359 sound/soc/s3c24xx/s3c2412-i2s.c 	iismod = readl(s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    371 sound/soc/s3c24xx/s3c2412-i2s.c 	writel(iismod, s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    506 sound/soc/s3c24xx/s3c2412-i2s.c 	u32 iismod = readl(s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    524 sound/soc/s3c24xx/s3c2412-i2s.c 	writel(iismod, s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    541 sound/soc/s3c24xx/s3c2412-i2s.c 		reg = readl(i2s->regs + S3C2412_IISMOD);
S3C2412_IISMOD    543 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(reg | div, i2s->regs + S3C2412_IISMOD);
S3C2412_IISMOD    545 sound/soc/s3c24xx/s3c2412-i2s.c 		DBG("%s: MOD=%08x\n", __func__, readl(i2s->regs + S3C2412_IISMOD));
S3C2412_IISMOD    574 sound/soc/s3c24xx/s3c2412-i2s.c 		reg = readl(s3c2412_i2s.regs + S3C2412_IISMOD);
S3C2412_IISMOD    576 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(reg | div, i2s->regs + S3C2412_IISMOD);
S3C2412_IISMOD    577 sound/soc/s3c24xx/s3c2412-i2s.c 		DBG("%s: MOD=%08x\n", __func__, readl(i2s->regs + S3C2412_IISMOD));
S3C2412_IISMOD    657 sound/soc/s3c24xx/s3c2412-i2s.c 		i2s->suspend_iismod = readl(i2s->regs + S3C2412_IISMOD);
S3C2412_IISMOD    663 sound/soc/s3c24xx/s3c2412-i2s.c 		iismod = readl(i2s->regs + S3C2412_IISMOD);
S3C2412_IISMOD    688 sound/soc/s3c24xx/s3c2412-i2s.c 		writel(i2s->suspend_iismod, i2s->regs + S3C2412_IISMOD);