Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-iop3xx.c90 IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD | in iop3xx_i2c_enable()
134 if ((sr & IOP3XX_ISR_BERRD)) { in iop3xx_i2c_error()
214 IOP3XX_ISR_TXEMPTY | IOP3XX_ISR_ALD | IOP3XX_ISR_BERRD, in iop3xx_i2c_wait_tx_done()
223 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