Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.h67 #define ISR_BED 0x400 /* bus error no ACK/NAK */ macro
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c72 #define ISR_BED (1 << 10) /* bus error no ACK/NAK */ macro
318 PXA_BIT(ISR_BED, "BusErr", NULL),
616 if (isr & ISR_BED) { in i2c_pxa_slave_txempty()
739 if (isr & ISR_BED) { in i2c_pxa_slave_txempty()
886 if ((isr & ISR_BED) && in i2c_pxa_irq_txempty()
997 ISR_SAD | ISR_BED)