Searched refs:fsl_upm_nand (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
H A Dfsl_upm.c32 struct fsl_upm_nand { struct
50 static inline struct fsl_upm_nand *to_fsl_upm_nand(struct mtd_info *mtdinfo) to_fsl_upm_nand()
52 return container_of(mtdinfo, struct fsl_upm_nand, mtd); to_fsl_upm_nand()
57 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); fun_chip_ready()
66 static void fun_wait_rnb(struct fsl_upm_nand *fun) fun_wait_rnb()
83 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); fun_cmd_ctrl()
113 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); fun_select_chip()
128 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); fun_read_byte()
135 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); fun_read_buf()
144 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); fun_write_buf()
156 static int fun_chip_init(struct fsl_upm_nand *fun, fun_chip_init()
207 struct fsl_upm_nand *fun; fun_probe()
324 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); fun_remove()

Completed in 50 milliseconds