Home
last modified time | relevance | path

Searched refs:MLC_ISR (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c60 #define MLC_ISR(x) (x + 0x10048) macro
298 if ((readb(MLC_ISR(host->io_base)) & in lpc32xx_nand_device_ready()
326 if (readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY) in lpc32xx_waitfunc_nand()
331 while (!(readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY)) { in lpc32xx_waitfunc_nand()
346 if (readb(MLC_ISR(host->io_base)) & MLCISR_CONTROLLER_READY) in lpc32xx_waitfunc_controller()
351 while (!(readb(MLC_ISR(host->io_base)) & in lpc32xx_waitfunc_controller()
466 mlc_isr = readl(MLC_ISR(host->io_base)); in lpc32xx_read_page()