Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dfsl_ifc_nand.c281 if (ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_run_command()
328 return ctrl->status == IFC_NAND_EVTER_STAT_OPC ? 0 : -EIO; in fsl_ifc_run_command()
683 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
698 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
753 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_read_page()
868 if (ifc_ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_sram_init()
872 if (ifc_ctrl->status != IFC_NAND_EVTER_STAT_OPC) { in fsl_ifc_sram_init()
A Dfsl_ifc_spl.c82 } while (!(status & IFC_NAND_EVTER_STAT_OPC)); in nand_wait()
/u-boot/include/
A Dfsl_ifc.h534 #define IFC_NAND_EVTER_STAT_OPC 0x80000000 macro

Completed in 9 milliseconds