Searched refs:S3C2412_IISCON (Results 1 – 2 of 2) sorted by relevance
84 con = readl(regs + S3C2412_IISCON); in s3c2412_snd_txctrl()111 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_txctrl()141 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_txctrl()157 con = readl(regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()184 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()208 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()230 iiscon = readl(i2s->regs + S3C2412_IISCON); in s3c2412_snd_lrsync()671 i2s->suspend_iiscon = readl(i2s->regs + S3C2412_IISCON); in s3c2412_i2s_suspend()699 writel(i2s->suspend_iiscon, i2s->regs + S3C2412_IISCON); in s3c2412_i2s_resume()
16 #define S3C2412_IISCON (0x00) macro