Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-iop3xx.c87 IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD | in iop3xx_i2c_enable()
131 if ((sr & IOP3XX_ISR_BERRD)) { in iop3xx_i2c_error()
211 IOP3XX_ISR_TXEMPTY | IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD, in iop3xx_i2c_wait_tx_done()
220 IOP3XX_ISR_RXFULL | IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD, in iop3xx_i2c_wait_rx_done()
Di2c-iop3xx.h55 #define IOP3XX_ISR_BERRD 0x0400 /* 1=BUS ERROR Detected */ macro