Searched refs:S3C2412_IISCON (Results 1 – 2 of 2) sorted by relevance
86 con = readl(regs + S3C2412_IISCON); in s3c2412_snd_txctrl()113 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_txctrl()143 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_txctrl()159 con = readl(regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()186 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()210 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()232 iiscon = readl(i2s->regs + S3C2412_IISCON); in s3c2412_snd_lrsync()665 i2s->suspend_iiscon = readl(i2s->regs + S3C2412_IISCON); in s3c2412_i2s_suspend()693 writel(i2s->suspend_iiscon, i2s->regs + S3C2412_IISCON); in s3c2412_i2s_resume()
16 #define S3C2412_IISCON (0x00) macro