Searched refs:ISR_CONTROLLER_READY (Results 1 – 1 of 1) sorted by relevance
69 #define ISR_CONTROLLER_READY 0x00000002 macro190 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 …]