Searched refs:ISR_IBB (Results 1 – 1 of 1) sorted by relevance
118 #define ISR_IBB (1 << 3) /* bus busy */ macro201 PXA_BIT(ISR_IBB, "BusBsy", "BusRdy"),317 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) { in i2c_pxa_wait_bus_not_busy()350 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) == 0 && readl(_IBMR(i2c)) == 3) { in i2c_pxa_wait_master()370 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) != 0) { in i2c_pxa_set_master()396 if ((readl(_ISR(i2c)) & (ISR_UB|ISR_IBB)) == 0 || in i2c_pxa_wait_slave()669 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) { in i2c_pxa_pio_set_master()