Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_upm.c49 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait()
67 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_select_chip()
82 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl()
134 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in upm_nand_write_buf()
158 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in nand_dev_ready()
163 int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun) in fsl_upm_nand_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_upm.c22 struct fsl_upm_nand { struct
36 static inline struct fsl_upm_nand *to_fsl_upm_nand(struct mtd_info *mtdinfo) in to_fsl_upm_nand() argument
38 return container_of(mtd_to_nand(mtdinfo), struct fsl_upm_nand, in to_fsl_upm_nand()
42 static int fun_chip_init(struct fsl_upm_nand *fun, in fun_chip_init()
81 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); in func_exec_instr()
135 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); in fun_exec_op()
165 struct fsl_upm_nand *fun; in fun_probe()
240 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); in fun_remove()
/openbmc/u-boot/include/linux/mtd/
H A Dfsl_upm.h25 struct fsl_upm_nand { struct
42 extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun); argument