Home
last modified time | relevance | path

Searched defs:nand_chip (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h858 struct nand_chip { struct
877 int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this); argument
880 int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, argument
883 int (*onfi_set_features)(struct mtd_info *mtd, struct nand_chip *chip, argument
885 int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, argument
887 int (*setup_read_retry)(struct mtd_info *mtd, int retry_mode);
888 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr,
892 int chip_delay;
893 unsigned int options;
894 unsigned int bbt_options;
[all …]
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.c353 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
662 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
701 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
729 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
769 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
820 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
891 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
951 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
978 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
H A Datmel_nand.c163 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_gen_syndrome() local
180 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_substitute() local
230 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_get_sigma() local
386 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_err_location() local
440 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_correct_data() local
486 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_correction() local
618 struct nand_chip *nand_chip = mtd_to_nand(mtd); in atmel_pmecc_core_init() local
1083 struct nand_chip *nand_chip = mtd_to_nand(mtd); in atmel_nand_correct() local
1244 static struct nand_chip nand_chip; variable
1455 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
H A Dam335x_spl_bch.c20 static struct nand_chip nand_chip; variable
H A Dnand.c25 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
H A Dnand_spl_simple.c15 static struct nand_chip nand_chip; variable
H A Dmxs_nand_spl.c13 static struct nand_chip nand_chip; variable
H A Darasan_nfc.c263 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
1091 struct nand_chip *nand_chip = mtd_to_nand(mtd); in arasan_check_ondie() local
1137 struct nand_chip *nand_chip = mtd_to_nand(mtd); in arasan_nand_ecc_init() local
1188 static int arasan_nand_init(struct nand_chip *nand_chip, int devnum) in arasan_nand_init()
H A Dzynq_nand.c1050 static int zynq_nand_init(struct nand_chip *nand_chip, int devnum) in zynq_nand_init()
1247 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
H A Dtegra_nand.c105 struct nand_chip nand_chip; member
/rk3399_rockchip-uboot/board/spear/spear600/
H A Dspear600.c19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/rk3399_rockchip-uboot/board/spear/spear300/
H A Dspear300.c19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/rk3399_rockchip-uboot/board/spear/spear310/
H A Dspear310.c20 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/rk3399_rockchip-uboot/board/spear/spear320/
H A Dspear320.c23 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/rk3399_rockchip-uboot/board/spear/x600/
H A Dx600.c24 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/rk3399_rockchip-uboot/cmd/
H A Dnand.c161 struct nand_chip *nand_chip = mtd_to_nand(mtd); in do_nand_status() local