Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c74 #define SLCSTAT_NAND_READY (1 << 0) /* NAND device is ready bit */ macro
300 if ((readl(SLC_STAT(host->io_base)) & SLCSTAT_NAND_READY) != 0) in lpc32xx_nand_device_ready()