Lines Matching refs:fsl_upm_nand
32 struct fsl_upm_nand { struct
50 static inline struct fsl_upm_nand *to_fsl_upm_nand(struct mtd_info *mtdinfo) in to_fsl_upm_nand() argument
52 return container_of(mtdinfo, struct fsl_upm_nand, mtd); in to_fsl_upm_nand()
57 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_chip_ready()
66 static void fun_wait_rnb(struct fsl_upm_nand *fun) in fun_wait_rnb()
83 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_cmd_ctrl()
113 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_select_chip()
128 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_read_byte()
135 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_read_buf()
144 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); in fun_write_buf()
156 static int fun_chip_init(struct fsl_upm_nand *fun, in fun_chip_init()
207 struct fsl_upm_nand *fun; in fun_probe()
324 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); in fun_remove()