Searched refs:ISR_IBB (Results 1 – 1 of 1) sorted by relevance
147 #define ISR_IBB (1 << 3) /* bus busy */ macro254 PXA_BIT(ISR_IBB, "BusBsy", "BusRdy"),374 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) { in i2c_pxa_wait_bus_not_busy()407 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) == 0 && readl(_IBMR(i2c)) == 3) { in i2c_pxa_wait_master()427 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) != 0) { in i2c_pxa_set_master()453 if ((readl(_ISR(i2c)) & (ISR_UB|ISR_IBB)) == 0 || in i2c_pxa_wait_slave()725 while (timeout-- && readl(_ISR(i2c)) & (ISR_IBB | ISR_UB)) { in i2c_pxa_pio_set_master()