Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.h58 #define ISR_ACKNAK 0x2 /* ack/nak status */ macro
H A Dmv_i2c.c162 if (!i2c_isr_set_cleared(base, 0, ISR_ACKNAK)) in i2c_transfer()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c63 #define ISR_ACKNAK (1 << 1) /* ack/nak status */ macro
309 PXA_BIT(ISR_ACKNAK, "NAK", "ACK"),
888 (isr & ISR_ACKNAK)))) { in i2c_pxa_irq_txempty()
896 if (isr & ISR_ACKNAK) { in i2c_pxa_irq_txempty()