Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-img-scb.c201 #define LINESTAT_START_BIT_DET BIT(13) macro
657 [CMD_GEN_START] = LINESTAT_START_BIT_DET, in img_i2c_sequence()
873 if (!i2c->last_msg && line_status & LINESTAT_START_BIT_DET) { in img_i2c_auto()