Searched refs:SR_BUSY (Results 1 – 3 of 3) sorted by relevance
113 SR_BUSY = 1 << 0, enumerator
78 #define SR_BUSY BIT(0) macro464 (val & SR_TF_EMPT) && !(val & SR_BUSY), in dw_spi_xfer()
123 while (readl(®s->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()