Searched refs:ifc_ctrl (Results 1 – 1 of 1) sorted by relevance
60 static struct fsl_ifc_ctrl *ifc_ctrl; variable770 ifc_ctrl = kzalloc(sizeof(*ifc_ctrl), GFP_KERNEL); in fsl_ifc_ctrl_init()771 if (!ifc_ctrl) in fsl_ifc_ctrl_init()774 ifc_ctrl->regs.gregs = IFC_FCM_BASE_ADDR; in fsl_ifc_ctrl_init()776 ver = ifc_in32(&ifc_ctrl->regs.gregs->ifc_rev); in fsl_ifc_ctrl_init()778 ifc_ctrl->regs.rregs = in fsl_ifc_ctrl_init()781 ifc_ctrl->regs.rregs = in fsl_ifc_ctrl_init()785 ifc_out32(&ifc_ctrl->regs.rregs->ifc_nand.nand_evter_stat, ~0U); in fsl_ifc_ctrl_init()786 ifc_out32(&ifc_ctrl->regs.rregs->ifc_nand.pgrdcmpl_evt_stat, ~0U); in fsl_ifc_ctrl_init()789 ifc_out32(&ifc_ctrl->regs.rregs->ifc_nand.nand_evter_en, in fsl_ifc_ctrl_init()[all …]