Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dlpc32xx_slc.c76 #define SLCSTAT_NAND_READY (1 << 0) /* NAND device is ready bit */ macro
302 if ((readl(SLC_STAT(host->io_base)) & SLCSTAT_NAND_READY) != 0) in lpc32xx_nand_device_ready()