Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/memory/
H A Dfsl_ifc.c25 struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev;
66 static int fsl_ifc_ctrl_init(struct fsl_ifc_ctrl *ctrl) in fsl_ifc_ctrl_init()
89 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()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c30 struct fsl_ifc_ctrl;
35 struct fsl_ifc_ctrl *ctrl;
44 struct fsl_ifc_ctrl { struct
60 static struct fsl_ifc_ctrl *ifc_ctrl; argument
226 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr()
247 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
260 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command()
335 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read()
373 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc()
576 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_write_buf()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A 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()
710 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_attach_chip()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl_ifc.h834 struct fsl_ifc_ctrl { struct
851 extern struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev; argument