Searched refs:ABRT_SBYTE_NORSTRT (Results 1 - 2 of 2) sorted by relevance

/drivers/i2c/busses/
H A Di2c-designware-core.c117 #define ABRT_SBYTE_NORSTRT 9 macro
129 #define DW_IC_TX_ABRT_SBYTE_NORSTRT (1UL << ABRT_SBYTE_NORSTRT)
155 [ABRT_SBYTE_NORSTRT] =
H A Di2c-intel-mid.c260 #define ABRT_SBYTE_NORSTRT (1 << 9) macro
461 * At last the error bits are cleared. (Note clear ABRT_SBYTE_NORSTRT bit need
481 if (abort & ABRT_SBYTE_NORSTRT) {
484 writel(~ABRT_SBYTE_NORSTRT, i2c->base + IC_TX_ABRT_SOURCE);

Completed in 142 milliseconds