Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-img-scb.c152 #define INT_MASTER_HALTED BIT(17) macro
179 INT_MASTER_HALTED | \
889 if (int_status & (INT_FIFO_FULL_FILLING | INT_MASTER_HALTED)) { in img_i2c_auto()
895 if (int_status & (INT_FIFO_EMPTY | INT_MASTER_HALTED)) { in img_i2c_auto()
902 if (int_status & INT_MASTER_HALTED) { in img_i2c_auto()