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

/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c72 #define ISR_CONTROLLER_READY 0x00000002 macro
193 return status & ISR_CONTROLLER_READY;
250 if (status & ISR_CONTROLLER_READY)
350 if (status & ISR_CONTROLLER_READY)
416 if (status & ISR_CONTROLLER_READY)
421 if (!(status & ISR_CONTROLLER_READY))
523 if ((status & (ISR_CONTROLLER_READY || ISR_NAND_READY))
524 == (ISR_CONTROLLER_READY || ISR_NAND_READY))
529 if ((status & (ISR_CONTROLLER_READY || ISR_NAND_READY))
530 != (ISR_CONTROLLER_READY || ISR_NAND_READ
[all...]

Completed in 44 milliseconds