Home
last modified time | relevance | path

Searched refs:ISR_UB (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pxa.c64 #define ISR_UB (1 << 2) /* unit busy */ macro
310 PXA_BIT(ISR_UB, "Bsy", "Rdy"),
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()
1322 if (isr & (ISR_UB | ISR_IBB)) { in i2c_pxa_unprepare_recovery()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-pxa.c64 #define ISR_UB (1 << 2) /* unit busy */ macro
310 PXA_BIT(ISR_UB, "Bsy", "Rdy"),
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()

Completed in 6 milliseconds