Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.h62 #define ISR_ALD 0x20 /* arbitration loss detected */ macro
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c67 #define ISR_ALD (1 << 5) /* arbitration loss detected */ macro
313 PXA_BIT(ISR_ALD, "ALD", NULL),
870 if (isr & ISR_ALD) { in i2c_pxa_irq_txempty()
996 #define VALID_INT_SOURCE (ISR_SSD | ISR_ALD | ISR_ITE | ISR_IRF | \