Searched refs:DW_IC_INTR_TX_ABRT (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/i2c/busses/
H A Di2c-designware-core.h94 #define DW_IC_INTR_TX_ABRT BIT(6) macro
104 DW_IC_INTR_TX_ABRT | \
H A Di2c-designware-master.c613 if (stat & DW_IC_INTR_TX_ABRT) {
638 if (stat & DW_IC_INTR_TX_ABRT) {
664 if (((stat & (DW_IC_INTR_TX_ABRT | DW_IC_INTR_STOP_DET)) || dev->msg_err) &&
H A Di2c-designware-slave.c124 if (stat & DW_IC_INTR_TX_ABRT)

Completed in 197 milliseconds