Searched refs:NAND_READY (Results 1 – 5 of 5) sorted by relevance
301 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_page_8b()406 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_page_8b()506 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_sparearea_8b()613 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_sparearea_8b()702 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_page_16b()801 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_page_16b()903 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_read_sparearea_16b()1010 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_write_sparearea_16b()1067 while (ald_nand_read_status(hperh) != NAND_READY) { in ald_nand_erase_block()1185 else if ((data & NAND_READY) == NAND_READY) in ald_nand_read_status()[all …]
51 #define NAND_READY 0x40 /* read */ macro
111 if (result & NAND_READY) in rt_hw_nand_wait_ready()
142 #define NAND_READY 0x00000040U macro
49 #define NAND_READY 0x00000040U macro191 while (0UL == (status & NAND_READY)); in _nand_wait_ready()
Completed in 15 milliseconds