Home
last modified time | relevance | path

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

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