Searched refs:S3C2412_IISCON (Results 1 – 3 of 3) sorted by relevance
80 con = readl(regs + S3C2412_IISCON); in s3c2412_snd_txctrl()107 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_txctrl()137 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_txctrl()153 con = readl(regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()180 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()204 writel(con, regs + S3C2412_IISCON); in s3c2412_snd_rxctrl()226 iiscon = readl(i2s->regs + S3C2412_IISCON); in s3c2412_snd_lrsync()
121 i2s->suspend_iiscon = readl(i2s->regs + S3C2412_IISCON); in s3c2412_i2s_suspend()149 writel(i2s->suspend_iiscon, i2s->regs + S3C2412_IISCON); in s3c2412_i2s_resume()
12 #define S3C2412_IISCON (0x00) macro