Home
last modified time | relevance | path

Searched refs:S3C2410_IICCON_IRQPEND (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-s3c2410.c48 #define S3C2410_IICCON_IRQPEND (1 << 4) macro
229 if (tmp & S3C2410_IICCON_IRQPEND) { in is_ack()
543 tmp &= ~S3C2410_IICCON_IRQPEND; in i2c_s3c_irq_nextbyte()
569 tmp &= ~S3C2410_IICCON_IRQPEND; in s3c24xx_i2c_irq()
604 tmp &= ~(S3C2410_IICCON_IRQEN | S3C2410_IICCON_IRQPEND | in s3c24xx_i2c_disable_bus()