Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-img-scb.c146 #define INT_WRITE_ACK_ERR BIT(4) macro
172 INT_WRITE_ACK_ERR)
176 INT_WRITE_ACK_ERR | \
184 INT_WRITE_ACK_ERR)
846 if (int_status & (INT_WRITE_ACK_ERR | INT_ADDR_ACK_ERR)) in img_i2c_auto()