Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/raw/
Dlpc32xx_mlc.c60 #define MLC_ISR(x) (x + 0x10048) macro
298 if ((readb(MLC_ISR(host->io_base)) & 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()
345 if (readb(MLC_ISR(host->io_base)) & MLCISR_CONTROLLER_READY) in lpc32xx_waitfunc_controller()
350 while (!(readb(MLC_ISR(host->io_base)) & in lpc32xx_waitfunc_controller()
465 mlc_isr = readl(MLC_ISR(host->io_base)); in lpc32xx_read_page()