/external/u-boot/include/linux/mtd/ |
D | rawnand.h | 872 struct nand_chip { struct 891 int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this); argument 894 int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, argument 897 int (*onfi_set_features)(struct mtd_info *mtd, struct nand_chip *chip, argument 899 int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, argument 901 int (*setup_read_retry)(struct mtd_info *mtd, int retry_mode); 902 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr, 906 int chip_delay; 907 unsigned int options; 908 unsigned int bbt_options; [all …]
|
/external/u-boot/drivers/mtd/nand/ |
D | mxc_nand.c | 352 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 661 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 700 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 728 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 768 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 819 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 890 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 950 struct nand_chip *nand_chip = mtd_to_nand(mtd); local 977 struct nand_chip *nand_chip = mtd_to_nand(mtd); local
|
D | atmel_nand.c | 162 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_gen_syndrome() local 179 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_substitute() local 229 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_get_sigma() local 385 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_err_location() local 439 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_correct_data() local 485 struct nand_chip *nand_chip = mtd_to_nand(mtd); in pmecc_correction() local 617 struct nand_chip *nand_chip = mtd_to_nand(mtd); in atmel_pmecc_core_init() local 1082 struct nand_chip *nand_chip = mtd_to_nand(mtd); in atmel_nand_correct() local 1243 static struct nand_chip nand_chip; variable 1454 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
D | am335x_spl_bch.c | 19 static struct nand_chip nand_chip; variable
|
D | nand.c | 22 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
D | arasan_nfc.c | 260 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()
|
D | nand_spl_simple.c | 14 static struct nand_chip nand_chip; variable
|
D | mxs_nand_spl.c | 12 static struct nand_chip nand_chip; variable
|
D | zynq_nand.c | 1049 static int zynq_nand_init(struct nand_chip *nand_chip, int devnum) in zynq_nand_init() 1246 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
D | tegra_nand.c | 104 struct nand_chip nand_chip; member
|
/external/u-boot/board/spear/spear600/ |
D | spear600.c | 18 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
/external/u-boot/board/spear/spear310/ |
D | spear310.c | 19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
/external/u-boot/board/spear/spear300/ |
D | spear300.c | 18 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
/external/u-boot/board/spear/spear320/ |
D | spear320.c | 22 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
/external/u-boot/board/spear/x600/ |
D | x600.c | 23 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
/external/u-boot/cmd/ |
D | nand.c | 161 struct nand_chip *nand_chip = mtd_to_nand(mtd); in do_nand_status() local
|