Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-designware-slave.c141 if (stat & DW_IC_INTR_STOP_DET) in i2c_dw_read_clear_intrbits_slave()
214 if (stat & DW_IC_INTR_STOP_DET) in i2c_dw_isr_slave()
H A Di2c-designware-core.h96 #define DW_IC_INTR_STOP_DET BIT(9) macro
104 DW_IC_INTR_STOP_DET)
H A Di2c-designware-master.c326 !(val & DW_IC_INTR_STOP_DET), in i2c_dw_check_stopbit()
690 if ((stat & DW_IC_INTR_STOP_DET) && in i2c_dw_read_clear_intrbits()
729 if (((stat & (DW_IC_INTR_TX_ABRT | DW_IC_INTR_STOP_DET)) || dev->msg_err) && in i2c_dw_process_transfer()