Searched refs:ISR_IBB (Results 1 – 1 of 1) sorted by relevance
65 #define ISR_IBB (1 << 3) /* bus busy */ macro308 PXA_BIT(ISR_IBB, "BusBsy", "BusRdy"),428 if (!(isr & (ISR_IBB | ISR_UB))) in i2c_pxa_wait_bus_not_busy()465 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) == 0 && in i2c_pxa_wait_master()486 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) != 0) { in i2c_pxa_set_master()512 if ((readl(_ISR(i2c)) & (ISR_UB|ISR_IBB)) == 0 || in i2c_pxa_wait_slave()1170 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) in i2c_pxa_pio_set_master()1318 if (isr & (ISR_UB | ISR_IBB)) { in i2c_pxa_unprepare_recovery()