Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/memory/
Dfsl_ifc.c38 struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev;
78 static int fsl_ifc_ctrl_init(struct fsl_ifc_ctrl *ctrl) in fsl_ifc_ctrl_init()
101 struct fsl_ifc_ctrl *ctrl = dev_get_drvdata(&dev->dev); in fsl_ifc_ctrl_remove()
125 static u32 check_nand_stat(struct fsl_ifc_ctrl *ctrl) in check_nand_stat()
147 struct fsl_ifc_ctrl *ctrl = data; in fsl_ifc_nand_irq()
161 struct fsl_ifc_ctrl *ctrl = data; in fsl_ifc_ctrl_irq()
/Linux-v4.19/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c39 struct fsl_ifc_ctrl;
44 struct fsl_ifc_ctrl *ctrl;
155 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr()
175 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
188 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command()
267 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read()
307 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc()
622 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_wait()
685 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_page()
766 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_sram_init()
[all …]
/Linux-v4.19/include/linux/
Dfsl_ifc.h845 struct fsl_ifc_ctrl { struct
862 extern struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev; argument