Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-designware-core.c78 #define DW_IC_INTR_TX_EMPTY 0x010 macro
88 DW_IC_INTR_TX_EMPTY | \
549 intr_mask &= ~DW_IC_INTR_TX_EMPTY; in i2c_dw_xfer_msg()
804 if (stat & DW_IC_INTR_TX_EMPTY) in i2c_dw_isr()