Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c280 if (ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_run_command()
327 return ctrl->status == IFC_NAND_EVTER_STAT_OPC ? 0 : -EIO; in fsl_ifc_run_command()
679 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
694 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_wait()
749 if (ctrl->status != IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_read_page()
864 if (ifc_ctrl->status & IFC_NAND_EVTER_STAT_OPC) in fsl_ifc_sram_init()
868 if (ifc_ctrl->status != IFC_NAND_EVTER_STAT_OPC) { in fsl_ifc_sram_init()
H A Dfsl_ifc_spl.c81 } while (!(status & IFC_NAND_EVTER_STAT_OPC)); in nand_wait()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl_ifc.h419 #define IFC_NAND_EVTER_STAT_OPC 0x80000000 macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_ifc.h532 #define IFC_NAND_EVTER_STAT_OPC 0x80000000 macro