Searched refs:MLCISR_NAND_READY (Results 1 – 1 of 1) sorted by relevance
110 #define MLCISR_NAND_READY (1 << 0) macro299 (MLCISR_CONTROLLER_READY | MLCISR_NAND_READY)) == in lpc32xx_nand_device_ready()300 (MLCISR_CONTROLLER_READY | MLCISR_NAND_READY)) in lpc32xx_nand_device_ready()325 if (readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY) in lpc32xx_waitfunc_nand()330 while (!(readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY)) { in lpc32xx_waitfunc_nand()
Completed in 5 milliseconds