Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_mlc.c69 #define ISR_CONTROLLER_READY 0x00000002 macro
190 return status & ISR_CONTROLLER_READY; in lpc32xx_dev_ready()
247 if (status & ISR_CONTROLLER_READY) in lpc32xx_read_page_hwecc()
347 if (status & ISR_CONTROLLER_READY) in lpc32xx_read_oob()
413 if (status & ISR_CONTROLLER_READY) in lpc32xx_write_page_hwecc()
418 if (!(status & ISR_CONTROLLER_READY)) in lpc32xx_write_page_hwecc()
521 == (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()
526 if ((status & (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()
527 != (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()
644 if (status & ISR_CONTROLLER_READY) in read_single_page()
[all …]