Home
last modified time | relevance | path

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

/openbmc/u-boot/board/isee/igep00x0/
H A Dcommon.c41 while ((readl(&gpmc_cfg->cs[0].nand_dat) & NAND_STATUS_READY) in board_init()
42 != NAND_STATUS_READY) { in board_init()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dspl_id_nand.c40 while ((readl(&gpmc_cfg->cs[0].nand_dat) & NAND_STATUS_READY) in identify_nand_chip()
41 != NAND_STATUS_READY) { in identify_nand_chip()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h129 #define NAND_STATUS_READY 0x40 macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c582 if ((chip->read_byte(mtd) & NAND_STATUS_READY)) in nand_wait_status_ready()
854 if (chip->read_byte(mtd) & NAND_STATUS_READY) in panic_nand_wait()
892 if (chip->read_byte(mtd) & NAND_STATUS_READY) in nand_wait()
900 WARN_ON(!(status & NAND_STATUS_READY)); in nand_wait()
H A Dpxa3xx_nand.c1437 return NAND_STATUS_READY; in pxa3xx_nand_waitfunc()