Searched refs:S3C2410_IICCON_IRQEN (Results 1 – 1 of 1) sorted by relevance
47 #define S3C2410_IICCON_IRQEN (1 << 5) macro203 writel(tmp & ~S3C2410_IICCON_IRQEN, i2c->regs + S3C2410_IICCON); in s3c24xx_i2c_disable_irq()211 writel(tmp | S3C2410_IICCON_IRQEN, i2c->regs + S3C2410_IICCON); in s3c24xx_i2c_enable_irq()604 tmp &= ~(S3C2410_IICCON_IRQEN | S3C2410_IICCON_IRQPEND | in s3c24xx_i2c_disable_bus()