Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-s3c2410.c48 #define S3C2410_IICCON_IRQPEND (1 << 4) macro
236 if (tmp & S3C2410_IICCON_IRQPEND) { in is_ack()
550 tmp &= ~S3C2410_IICCON_IRQPEND; in i2c_s3c_irq_nextbyte()
576 tmp &= ~S3C2410_IICCON_IRQPEND; in s3c24xx_i2c_irq()
611 tmp &= ~(S3C2410_IICCON_IRQEN | S3C2410_IICCON_IRQPEND | in s3c24xx_i2c_disable_bus()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds