Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h880 struct nand_chip { struct
899 int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this); argument
902 int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, argument
905 int (*onfi_set_features)(struct mtd_info *mtd, struct nand_chip *chip, argument
907 int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, argument
909 int (*setup_read_retry)(struct mtd_info *mtd, int retry_mode);
910 int (*setup_data_interface)(struct mtd_info *mtd, int chipnr,
914 int chip_delay;
915 unsigned int options;
916 unsigned int bbt_options;
[all …]
/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c
Dbcm47xxnflash.h
/openbmc/linux/drivers/mtd/nand/raw/
Dsocrates_nand.c
Dgpio.c
Dams-delta.c
Dmxic_nand.c
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c352 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
H A Datmel_nand.c162 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
H A Dam335x_spl_bch.c19 static struct nand_chip nand_chip; variable
H A Dnand.c22 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
H A Darasan_nfc.c262 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
1090 struct nand_chip *nand_chip = mtd_to_nand(mtd); in arasan_check_ondie() local
1136 struct nand_chip *nand_chip = mtd_to_nand(mtd); in arasan_nand_ecc_init() local
1187 static int arasan_nand_init(struct nand_chip *nand_chip, int devnum) in arasan_nand_init()
H A Dnand_spl_simple.c14 static struct nand_chip nand_chip; variable
H A Dmxs_nand_spl.c12 static struct nand_chip nand_chip; variable
H A Dzynq_nand.c1049 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
H A Dtegra_nand.c104 struct nand_chip nand_chip; member
/openbmc/u-boot/board/spear/spear310/
H A Dspear310.c19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/openbmc/u-boot/board/spear/spear300/
H A Dspear300.c18 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/openbmc/u-boot/board/spear/spear600/
H A Dspear600.c18 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/openbmc/u-boot/board/spear/spear320/
H A Dspear320.c22 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/openbmc/u-boot/board/spear/x600/
H A Dx600.c23 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
/openbmc/u-boot/cmd/
H A Dnand.c161 struct nand_chip *nand_chip = mtd_to_nand(mtd); in do_nand_status() local