Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-s3c2410.c73 #define S3C2410_IICSTAT_LASTBIT (1 << 0) macro
245 & S3C2410_IICSTAT_LASTBIT)) in is_ack()
430 if (iicstat & S3C2410_IICSTAT_LASTBIT && in i2c_s3c_irq_nextbyte()
464 if (iicstat & S3C2410_IICSTAT_LASTBIT) { in i2c_s3c_irq_nextbyte()