iisfcon 43 sound/soc/samsung/s3c24xx-i2s.c u32 iisfcon; iisfcon 50 sound/soc/samsung/s3c24xx-i2s.c u32 iisfcon; iisfcon 54 sound/soc/samsung/s3c24xx-i2s.c iisfcon = readl(s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 58 sound/soc/samsung/s3c24xx-i2s.c pr_debug("r: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); iisfcon 61 sound/soc/samsung/s3c24xx-i2s.c iisfcon |= S3C2410_IISFCON_TXDMA | S3C2410_IISFCON_TXENABLE; iisfcon 67 sound/soc/samsung/s3c24xx-i2s.c writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 77 sound/soc/samsung/s3c24xx-i2s.c iisfcon &= ~S3C2410_IISFCON_TXENABLE; iisfcon 78 sound/soc/samsung/s3c24xx-i2s.c iisfcon &= ~S3C2410_IISFCON_TXDMA; iisfcon 84 sound/soc/samsung/s3c24xx-i2s.c writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 88 sound/soc/samsung/s3c24xx-i2s.c pr_debug("w: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); iisfcon 93 sound/soc/samsung/s3c24xx-i2s.c u32 iisfcon; iisfcon 97 sound/soc/samsung/s3c24xx-i2s.c iisfcon = readl(s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 101 sound/soc/samsung/s3c24xx-i2s.c pr_debug("r: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); iisfcon 104 sound/soc/samsung/s3c24xx-i2s.c iisfcon |= S3C2410_IISFCON_RXDMA | S3C2410_IISFCON_RXENABLE; iisfcon 110 sound/soc/samsung/s3c24xx-i2s.c writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 120 sound/soc/samsung/s3c24xx-i2s.c iisfcon &= ~S3C2410_IISFCON_RXENABLE; iisfcon 121 sound/soc/samsung/s3c24xx-i2s.c iisfcon &= ~S3C2410_IISFCON_RXDMA; iisfcon 126 sound/soc/samsung/s3c24xx-i2s.c writel(iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 131 sound/soc/samsung/s3c24xx-i2s.c pr_debug("w: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); iisfcon 368 sound/soc/samsung/s3c24xx-i2s.c s3c24xx_i2s.iisfcon = readl(s3c24xx_i2s.regs + S3C2410_IISFCON); iisfcon 386 sound/soc/samsung/s3c24xx-i2s.c writel(s3c24xx_i2s.iisfcon, s3c24xx_i2s.regs + S3C2410_IISFCON);