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