I2SCON            144 sound/soc/samsung/i2s.c 	active = readl(i2s->priv->addr + I2SCON);
I2SCON            182 sound/soc/samsung/i2s.c 	active = readl(i2s->priv->addr + I2SCON) & CON_RXDMA_ACTIVE;
I2SCON            396 sound/soc/samsung/i2s.c 	u32 con = readl(addr + I2SCON);
I2SCON            425 sound/soc/samsung/i2s.c 			writel(con, addr + I2SCON);
I2SCON            438 sound/soc/samsung/i2s.c 	writel(con, addr + I2SCON);
I2SCON            447 sound/soc/samsung/i2s.c 	u32 con = readl(addr + I2SCON);
I2SCON            469 sound/soc/samsung/i2s.c 	writel(con, addr + I2SCON);
I2SCON            836 sound/soc/samsung/i2s.c 		writel(CON_RSTCLR, i2s->priv->addr + I2SCON);
I2SCON           1058 sound/soc/samsung/i2s.c 			writel(CON_RSTCLR, priv->addr + I2SCON);
I2SCON           1097 sound/soc/samsung/i2s.c 			writel(0, priv->addr + I2SCON);
I2SCON           1211 sound/soc/samsung/i2s.c 	priv->suspend_i2scon = readl(priv->addr + I2SCON);
I2SCON           1238 sound/soc/samsung/i2s.c 	writel(priv->suspend_i2scon, priv->addr + I2SCON);