Searched refs:ISR_IBB (Results 1 – 3 of 3) sorted by relevance
60 #define ISR_IBB 0x8 /* bus busy */ macro
135 if (!i2c_isr_set_cleared(base, 0, ISR_IBB)) in i2c_transfer()169 if (!i2c_isr_set_cleared(base, 0, ISR_IBB)) in i2c_transfer()
65 #define ISR_IBB (1 << 3) /* bus busy */ macro311 PXA_BIT(ISR_IBB, "BusBsy", "BusRdy"),431 if (!(isr & (ISR_IBB | ISR_UB))) in i2c_pxa_wait_bus_not_busy()468 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) == 0 && in i2c_pxa_wait_master()489 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) != 0) { in i2c_pxa_set_master()515 if ((readl(_ISR(i2c)) & (ISR_UB|ISR_IBB)) == 0 || in i2c_pxa_wait_slave()1173 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) in i2c_pxa_pio_set_master()1320 if (isr & (ISR_UB | ISR_IBB)) { in i2c_pxa_unprepare_recovery()