MLC_ISR
if ((readb(MLC_ISR(host->io_base)) &
if (readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY)
while (!(readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY)) {
if (readb(MLC_ISR(host->io_base)) & MLCISR_CONTROLLER_READY)
while (!(readb(MLC_ISR(host->io_base)) &
mlc_isr = readl(MLC_ISR(host->io_base));