Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-designware-core.h91 #define DW_IC_INTR_RX_DONE 0x080 macro
104 DW_IC_INTR_RX_DONE | \
H A Di2c-designware-slave.c138 if (stat & DW_IC_INTR_RX_DONE) in i2c_dw_read_clear_intrbits_slave()
201 if (stat & DW_IC_INTR_RX_DONE) { in i2c_dw_irq_handler_slave()
H A Di2c-designware-master.c596 if (stat & DW_IC_INTR_RX_DONE) in i2c_dw_read_clear_intrbits()