Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-img-scb.c206 #define LINESTAT_ABORT_DET BIT(18) macro
680 cont_bits |= LINESTAT_ABORT_DET; in img_i2c_sequence()
746 if (i2c->line_status & LINESTAT_ABORT_DET) { in img_i2c_atomic()
842 if (line_status & LINESTAT_ABORT_DET) { in img_i2c_check_timer()
860 if (line_status & LINESTAT_ABORT_DET) { in img_i2c_auto()