Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Drk_spi.h113 SR_BUSY = 1 << 0, enumerator
Ddesignware_spi.c78 #define SR_BUSY BIT(0) macro
464 (val & SR_TF_EMPT) && !(val & SR_BUSY), in dw_spi_xfer()
Drk_spi.c123 while (readl(&regs->sr) & SR_BUSY) { in rkspi_wait_till_not_busy()