| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 858 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 D | mxc_nand.c | 353 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 D | atmel_nand.c | 163 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 D | am335x_spl_bch.c | 20 static struct nand_chip nand_chip; variable
|
| H A D | nand.c | 25 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| H A D | nand_spl_simple.c | 15 static struct nand_chip nand_chip; variable
|
| H A D | mxs_nand_spl.c | 13 static struct nand_chip nand_chip; variable
|
| H A D | arasan_nfc.c | 263 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 D | zynq_nand.c | 1050 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 D | tegra_nand.c | 105 struct nand_chip nand_chip; member
|
| /rk3399_rockchip-uboot/board/spear/spear600/ |
| H A D | spear600.c | 19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /rk3399_rockchip-uboot/board/spear/spear300/ |
| H A D | spear300.c | 19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /rk3399_rockchip-uboot/board/spear/spear310/ |
| H A D | spear310.c | 20 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /rk3399_rockchip-uboot/board/spear/spear320/ |
| H A D | spear320.c | 23 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /rk3399_rockchip-uboot/board/spear/x600/ |
| H A D | x600.c | 24 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | nand.c | 161 struct nand_chip *nand_chip = mtd_to_nand(mtd); in do_nand_status() local
|