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

/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c71 #define ISR_NAND_READY 0x00000001 macro
298 if (status & ISR_NAND_READY)
303 if (!(status & ISR_NAND_READY))
497 if (status & ISR_NAND_READY)
502 if (!(status & ISR_NAND_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_READY))

Completed in 34 milliseconds