Searched refs:STATUS_BUSY (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/axi/
H A Dihs_axi.c83 * @STATUS_BUSY: The bus is busy
93 STATUS_BUSY = BIT(6), enumerator in enum:status_reg
/u-boot/include/linux/mtd/
H A Dspinand.h167 #define STATUS_BUSY BIT(0) macro
/u-boot/drivers/mtd/nand/spi/
H A Dcore.c444 if (!(status & STATUS_BUSY))
460 return status & STATUS_BUSY ? -ETIMEDOUT : 0;

Completed in 50 milliseconds