Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-iop3xx.c83 IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD | in iop3xx_i2c_enable()
131 if ((sr & IOP3XX_ISR_ALD)) { in iop3xx_i2c_error()
209 IOP3XX_ISR_TXEMPTY | IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD, in iop3xx_i2c_wait_tx_done()
218 IOP3XX_ISR_RXFULL | IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD, in iop3xx_i2c_wait_rx_done()
Di2c-iop3xx.h54 #define IOP3XX_ISR_ALD 0x0020 /* 1=Arbitration Loss Detected */ macro