Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-pxa.c144 #define ISR_RWM (1 << 0) /* read/write mode */ macro
251 PXA_BIT(ISR_RWM, "RX", "TX"),
575 (isr & ISR_RWM) ? 'r' : 't'); in i2c_pxa_slave_start()
579 (isr & ISR_RWM) ? I2C_SLAVE_EVENT_START_READ : I2C_SLAVE_EVENT_START_WRITE); in i2c_pxa_slave_start()
963 } else if (isr & ISR_RWM) { in i2c_pxa_irq_txempty()