Searched refs:DW_IC_INTR_TX_EMPTY (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/i2c/busses/
H A Di2c-designware-core.h92 #define DW_IC_INTR_TX_EMPTY BIT(4) macro
107 DW_IC_INTR_TX_EMPTY)
H A Di2c-designware-master.c466 intr_mask &= ~DW_IC_INTR_TX_EMPTY;
481 intr_mask &= ~DW_IC_INTR_TX_EMPTY;
510 intr_mask |= DW_IC_INTR_TX_EMPTY;
654 if (stat & DW_IC_INTR_TX_EMPTY)

Completed in 181 milliseconds