Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-pxa.c154 #define ISR_BED (1 << 10) /* bus error no ACK/NAK */ macro
261 PXA_BIT(ISR_BED, "BusErr", NULL),
546 if (isr & ISR_BED) { in i2c_pxa_slave_txempty()
627 if (isr & ISR_BED) { in i2c_pxa_slave_txempty()
946 if ((isr & ISR_BED) && in i2c_pxa_irq_txempty()
1063 ISR_SAD | ISR_BED)