Home
last modified time | relevance | path

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

/openbmc/linux/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.c782 if (stat & DW_IC_INTR_TX_ABRT) { in i2c_dw_read_clear_intrbits()
836 if (stat & DW_IC_INTR_TX_ABRT) { in i2c_dw_isr()
862 if (((stat & (DW_IC_INTR_TX_ABRT | DW_IC_INTR_STOP_DET)) || dev->msg_err) && in i2c_dw_isr()
H A Di2c-designware-slave.c124 if (stat & DW_IC_INTR_TX_ABRT) in i2c_dw_read_clear_intrbits_slave()