Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-img-scb.c203 #define LINESTAT_ACK_DET BIT(15) macro
207 #define LINESTAT_ACK_OR_NACK_DET (LINESTAT_ACK_DET | LINESTAT_NACK_DET)
659 [CMD_RET_ACK] = LINESTAT_ACK_DET | LINESTAT_NACK_DET, in img_i2c_sequence()
764 if (i2c->line_status & LINESTAT_ACK_DET || in img_i2c_atomic()
796 if (i2c->line_status & LINESTAT_ACK_DET) { in img_i2c_atomic()