Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-s3c2410.c73 #define S3C2410_IICSTAT_LASTBIT (1 << 0) macro
239 & S3C2410_IICSTAT_LASTBIT)) in is_ack()
419 if (iicstat & S3C2410_IICSTAT_LASTBIT && in i2c_s3c_irq_nextbyte()
455 if (iicstat & S3C2410_IICSTAT_LASTBIT) { in i2c_s3c_irq_nextbyte()