Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c61 #define MLC_ISR(x) (x + 0x10048) macro
104 * MLC_ISR bit definitions
299 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()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c60 #define MLC_ISR(x) (x + 0x10048) macro
103 * MLC_ISR bit definitions
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()

Completed in 4 milliseconds