Home
last modified time | relevance | path

Searched refs:ISR_IBB (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/i2c/busses/
Di2c-pxa.c66 #define ISR_IBB (1 << 3) /* bus busy */ macro
312 PXA_BIT(ISR_IBB, "BusBsy", "BusRdy"),
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()