Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-s3c2410.c57 #define S3C2410_IICCON_IRQPEND (1 << 4) macro
243 & S3C2410_IICCON_IRQPEND) { in is_ack()
565 tmp &= ~S3C2410_IICCON_IRQPEND; in i2c_s3c_irq_nextbyte()
593 tmp &= ~S3C2410_IICCON_IRQPEND; in s3c24xx_i2c_irq()
627 tmp &= ~(S3C2410_IICCON_IRQEN | S3C2410_IICCON_IRQPEND | in s3c24xx_i2c_disable_bus()