| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/bcm47xxnflash/ |
| H A D | ops_bcm4706.c | 88 struct nand_chip *nand_chip = mtd_to_nand(mtd); in bcm47xxnflash_ops_bcm4706_read() local 138 struct nand_chip *nand_chip = mtd_to_nand(mtd); in bcm47xxnflash_ops_bcm4706_write() local 169 static void bcm47xxnflash_ops_bcm4706_cmd_ctrl(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_cmd_ctrl() 195 static int bcm47xxnflash_ops_bcm4706_dev_ready(struct nand_chip *nand_chip) in bcm47xxnflash_ops_bcm4706_dev_ready() 209 static void bcm47xxnflash_ops_bcm4706_cmdfunc(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_cmdfunc() 307 static u8 bcm47xxnflash_ops_bcm4706_read_byte(struct nand_chip *nand_chip) in bcm47xxnflash_ops_bcm4706_read_byte() 335 static void bcm47xxnflash_ops_bcm4706_read_buf(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_read_buf() 351 static void bcm47xxnflash_ops_bcm4706_write_buf(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_write_buf() 372 struct nand_chip *nand_chip = (struct nand_chip *)&b47n->nand_chip; in bcm47xxnflash_ops_bcm4706_init() local
|
| H A D | bcm47xxnflash.h | 15 struct nand_chip nand_chip; member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | rawnand.h | 1218 struct nand_chip { struct 1223 struct nand_chip_ops ops; argument 1224 struct nand_legacy legacy; 1225 unsigned int options; 1228 const struct nand_interface_config *current_interface_config; 1229 struct nand_interface_config *best_interface_config; 1232 unsigned int bbt_erase_shift; 1233 unsigned int bbt_options; 1234 unsigned int badblockpos; 1235 unsigned int badblockbits; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | socrates_nand.c | 26 struct nand_chip nand_chip; member 86 static void socrates_nand_cmd_ctrl(struct nand_chip *nand_chip, int cmd, in socrates_nand_cmd_ctrl() 111 static int socrates_nand_device_ready(struct nand_chip *nand_chip) in socrates_nand_device_ready() 140 struct nand_chip *nand_chip; in socrates_nand_probe() local
|
| H A D | mxc_nand.c | 295 struct nand_chip *nand_chip = mtd_to_nand(mtd); in mxc_do_addr_cycle() local 557 struct nand_chip *nand_chip = mtd_to_nand(mtd); in send_page_v3() local 573 struct nand_chip *nand_chip = mtd_to_nand(mtd); in send_page_v2() local 587 struct nand_chip *nand_chip = mtd_to_nand(mtd); in send_page_v1() local 898 static u_char mxc_nand_read_byte(struct nand_chip *nand_chip) in mxc_nand_read_byte() 924 static void mxc_nand_write_buf(struct nand_chip *nand_chip, const u_char *buf, in mxc_nand_write_buf() 943 static void mxc_nand_read_buf(struct nand_chip *nand_chip, u_char *buf, in mxc_nand_read_buf() 960 static void mxc_nand_select_chip_v1_v3(struct nand_chip *nand_chip, int chip) in mxc_nand_select_chip_v1_v3() 980 static void mxc_nand_select_chip_v2(struct nand_chip *nand_chip, int chip) in mxc_nand_select_chip_v2() 1008 struct nand_chip *nand_chip = mtd_to_nand(mtd); in mxc_v1_ooblayout_ecc() local [all …]
|
| H A D | lpc32xx_mlc.c | 134 struct nand_chip *nand_chip = mtd_to_nand(mtd); in lpc32xx_ooblayout_ecc() local 148 struct nand_chip *nand_chip = mtd_to_nand(mtd); in lpc32xx_ooblayout_free() local 178 struct nand_chip nand_chip; member 279 static void lpc32xx_nand_cmd_ctrl(struct nand_chip *nand_chip, int cmd, in lpc32xx_nand_cmd_ctrl() 295 static int lpc32xx_nand_device_ready(struct nand_chip *nand_chip) in lpc32xx_nand_device_ready() 690 struct nand_chip *nand_chip; in lpc32xx_nand_probe() local
|
| H A D | tmio_nand.c | 187 static int tmio_nand_wait(struct nand_chip *nand_chip) in tmio_nand_wait() 388 struct nand_chip *nand_chip; in tmio_probe() local
|
| H A D | gpio.c | 34 struct nand_chip nand_chip; member
|
| H A D | ams-delta.c | 34 struct nand_chip nand_chip; member
|
| /OK3568_Linux_fs/u-boot/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 | 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 | nand.c | 25 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| H A D | mxs_nand_spl.c | 13 static struct nand_chip nand_chip; variable
|
| H A D | nand_spl_simple.c | 15 static struct nand_chip nand_chip; variable
|
| 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
|
| /OK3568_Linux_fs/u-boot/board/spear/spear310/ |
| H A D | spear310.c | 20 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /OK3568_Linux_fs/u-boot/board/spear/spear300/ |
| H A D | spear300.c | 19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /OK3568_Linux_fs/u-boot/board/spear/spear600/ |
| H A D | spear600.c | 19 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /OK3568_Linux_fs/u-boot/board/spear/spear320/ |
| H A D | spear320.c | 23 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /OK3568_Linux_fs/u-boot/board/spear/x600/ |
| H A D | x600.c | 24 static struct nand_chip nand_chip[CONFIG_SYS_MAX_NAND_DEVICE]; variable
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nand.c | 161 struct nand_chip *nand_chip = mtd_to_nand(mtd); in do_nand_status() local
|