Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-img-scb.c148 #define INT_FIFO_EMPTY BIT(11) macro
178 INT_FIFO_EMPTY | \
895 if (int_status & (INT_FIFO_EMPTY | INT_MASTER_HALTED)) { in img_i2c_auto()
896 if ((int_status & INT_FIFO_EMPTY) && in img_i2c_auto()
950 INT_FIFO_EMPTY | in img_i2c_isr()