Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dfsl_ifc_nand.c304 if (ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_run_command()
353 return ctrl->status == IFC_NAND_EVTER_STAT_OPC ? 0 : -EIO; in fsl_ifc_run_command()
705 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
720 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
739 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_read_page()
854 if (ifc_ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_sram_init()
858 if (ifc_ctrl->status != IFC_NAND_EVTER_STAT_OPC) { in fsl_ifc_sram_init()
Dfsl_ifc_spl.c80 } while (!(status & IFC_NAND_EVTER_STAT_OPC)); in nand_wait()
/external/u-boot/include/
Dfsl_ifc.h531 #define IFC_NAND_EVTER_STAT_OPC 0x80000000 macro