Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dlpc32xx_mlc.c71 #define MLC_ISR(x) (x + 0x10048) macro
311 if ((readb(MLC_ISR(host->io_base)) & in lpc32xx_nand_device_ready()
337 if (readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY) in lpc32xx_waitfunc_nand()
342 while (!(readb(MLC_ISR(host->io_base)) & MLCISR_NAND_READY)) { in lpc32xx_waitfunc_nand()
357 if (readb(MLC_ISR(host->io_base)) & MLCISR_CONTROLLER_READY) in lpc32xx_waitfunc_controller()
362 while (!(readb(MLC_ISR(host->io_base)) & in lpc32xx_waitfunc_controller()
476 mlc_isr = readl(MLC_ISR(host->io_base)); in lpc32xx_read_page()