Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/memory/
Dfsl_ifc.c25 struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev;
65 static int fsl_ifc_ctrl_init(struct fsl_ifc_ctrl *ctrl) in fsl_ifc_ctrl_init()
88 struct fsl_ifc_ctrl *ctrl = dev_get_drvdata(&dev->dev); in fsl_ifc_ctrl_remove()
112 static u32 check_nand_stat(struct fsl_ifc_ctrl *ctrl) in check_nand_stat()
134 struct fsl_ifc_ctrl *ctrl = data; in fsl_ifc_nand_irq()
148 struct fsl_ifc_ctrl *ctrl = data; in fsl_ifc_ctrl_irq()
/Linux-v5.4/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c27 struct fsl_ifc_ctrl;
32 struct fsl_ifc_ctrl *ctrl;
143 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr()
163 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
176 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command()
255 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read()
295 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc()
608 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_wait()
672 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_page()
755 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_sram_init()
[all …]
/Linux-v5.4/include/linux/
Dfsl_ifc.h834 struct fsl_ifc_ctrl { struct
851 extern struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev; argument