Searched refs:ISR_CONTROLLER_READY (Results 1 – 1 of 1) sorted by relevance
70 #define ISR_CONTROLLER_READY 0x00000002 macro191 return status & ISR_CONTROLLER_READY; in lpc32xx_dev_ready()248 if (status & ISR_CONTROLLER_READY) in lpc32xx_read_page_hwecc()348 if (status & ISR_CONTROLLER_READY) in lpc32xx_read_oob()414 if (status & ISR_CONTROLLER_READY) in lpc32xx_write_page_hwecc()419 if (!(status & ISR_CONTROLLER_READY)) in lpc32xx_write_page_hwecc()521 if ((status & (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()522 == (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()527 if ((status & (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()528 != (ISR_CONTROLLER_READY || ISR_NAND_READY)) in lpc32xx_waitfunc()[all …]