Searched refs:ISR_UB (Results 1 – 1 of 1) sorted by relevance
65 #define ISR_UB (1 << 2) /* unit busy */ macro311 PXA_BIT(ISR_UB, "Bsy", "Rdy"),432 if (!(isr & (ISR_IBB | ISR_UB))) in i2c_pxa_wait_bus_not_busy()469 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) == 0 && in i2c_pxa_wait_master()490 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) != 0) { in i2c_pxa_set_master()516 if ((readl(_ISR(i2c)) & (ISR_UB|ISR_IBB)) == 0 || in i2c_pxa_wait_slave()1174 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) in i2c_pxa_pio_set_master()1319 if (isr & (ISR_UB | ISR_IBB)) { in i2c_pxa_unprepare_recovery()