Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dfsl_upm.c32 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()
[all …]