Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c279 if (ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_run_command()
326 return ctrl->status == IFC_NAND_EVTER_STAT_OPC ? 0 : -EIO; in fsl_ifc_run_command()
678 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
693 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
748 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_read_page()
863 if (ifc_ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_sram_init()
867 if (ifc_ctrl->status != IFC_NAND_EVTER_STAT_OPC) { in fsl_ifc_sram_init()
H A Dfsl_ifc_spl.c80 } while (!(status & IFC_NAND_EVTER_STAT_OPC)); in nand_wait()
/openbmc/linux/include/linux/
H A Dfsl_ifc.h419 #define IFC_NAND_EVTER_STAT_OPC 0x80000000 macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c686 if (ctrl->nand_stat != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_read_page()
842 if (ctrl->nand_stat != IFC_NAND_EVTER_STAT_OPC) { in fsl_ifc_sram_init()
/openbmc/u-boot/include/
H A Dfsl_ifc.h531 #define IFC_NAND_EVTER_STAT_OPC 0x80000000 macro