HomeSort by relevance Sort by last modified time
    Searched refs:SR_BUSY (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/spi/
rk_spi.h 113 SR_BUSY = 1 << 0,
designware_spi.c 79 #define SR_BUSY BIT(0)
427 (val & SR_TF_EMPT) && !(val & SR_BUSY),
rk_spi.c 112 while (readl(&regs->sr) & SR_BUSY) {

Completed in 199 milliseconds