Searched refs:ISR_SAD (Results 1 – 2 of 2) sorted by relevance
66 #define ISR_SAD 0x200 /* slave address detected */ macro
71 #define ISR_SAD (1 << 9) /* slave address detected */ macro317 PXA_BIT(ISR_SAD, "SlaveAddr", NULL),434 if (isr & ISR_SAD) in i2c_pxa_wait_bus_not_busy()458 if (readl(_ISR(i2c)) & ISR_SAD) { in i2c_pxa_wait_master()516 (readl(_ISR(i2c)) & ISR_SAD) != 0 || in i2c_pxa_wait_slave()997 ISR_SAD | ISR_BED)1022 if (isr & ISR_SAD) in i2c_pxa_handler()