Searched refs:nand (Results 126 - 150 of 162) sorted by relevance

1234567

/u-boot/board/siemens/corvus/
H A Dboard.c43 gpio_request(CFG_SYS_NAND_ENABLE_PIN, "nand ena");
44 gpio_request(CFG_SYS_NAND_READY_PIN, "nand rdy");
119 #include <nand.h>
/u-boot/arch/arm/mach-davinci/
H A Dda850_lowlevel.c10 #include <nand.h>
/u-boot/test/dm/
H A DMakefile76 obj-$(CONFIG_MTD_RAW_NAND) += nand.o
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_bch.c10 #include <nand.h>
H A Dmxs_nand_spl.c9 #include <nand.h>
67 /* wait for nand ready */
201 /* setup mtd and nand structs and init mxs_nand driver */
208 /* init mxs nand driver */
219 nand_chip.numchips = 0; /* If fail, don't use nand */
H A Dmxc_nand.c10 #include <nand.h>
24 struct nand_chip *nand; member in struct:mxc_nand_host
1016 * for large page nand flash. But for small page nand
1162 host->nand = this;
H A Dsunxi_nand_spl.c11 #include <nand.h>
151 printf("nand: timeout waiting for empty cmd FIFO\n");
162 printf("nand: timeout waiting for interruption\n");
196 printf("Couldn't initialize nand\n");
H A Dlpc32xx_nand_slc.c15 #include <nand.h>
H A Dnand_util.c3 * drivers/mtd/nand/raw/nand_util.c
34 #include <nand.h>
48 * @param mtd nand mtd instance to erase
203 * @param mtd nand mtd instance
259 * @param mtd nand mtd instance
284 "nand page!\n");
306 * @param mtd nand mtd instance
349 "nand block!\n");
355 printf("nand_unlock: Length must be a multiple of nand block "
405 * @param mtd nand mt
[all...]
H A Dvf610_nfc.c33 #include <nand.h>
H A Dmxic_nand.c13 #include <nand.h>
581 { .compatible = "mxic,multi-itfc-v009-nand-controller" },
/u-boot/drivers/net/phy/
H A Dcortina.c20 #include <nand.h>
/u-boot/common/
H A Dsplash_source.c17 #include <nand.h>
63 debug("%s: nand support not available\n", __func__);
H A Dboard_r.c47 #include <nand.h>
/u-boot/cmd/
H A Dbootm.c17 #include <nand.h>
586 " boundaries in nor/nand flash."
H A Djffs2.c37 * <dev-id> := 'nand'|'nor'|'onenand'<dev-num>
65 * mtdids=nor0=edb7312-nor,nand0=edb7312-nand
66 * mtdparts=mtdparts=edb7312-nor:256k(ARMboot)ro,-(root);edb7312-nand:-(home)
89 #include <nand.h>
198 * Parse device id string <dev-id> := 'nand'|'nor'|'onenand'<dev-num>,
212 if (strncmp(p, "nand", 4) == 0) {
H A Dnand.c7 * Ported 'dynenv' to 'nand env.oob' command
11 * Added 16-bit nand support
22 * mtd-utils/nand-utils/nandflipbits.c which was released under GPLv2
40 #include <nand.h>
477 /* We grab the nand info object here fresh because this is usually
552 /* this command operates only on the first nand device */
583 * nand erase [clean] [off size]
749 printf("Unknown nand command suffix '%s'\n", s);
773 printf("Unknown nand command suffix '%s'.\n", s);
926 U_BOOT_LONGHELP(nand,
[all...]
H A DMakefile129 obj-$(CONFIG_CMD_NAND) += nand.o
H A Dubi.c21 #include <nand.h>
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c49 #include <nand.h>
/u-boot/drivers/net/fm/
H A Dfm.c19 #include <nand.h>
/u-boot/tools/
H A Dmxsboot.c111 uint32_t nand; member in struct:mx28_nand_bbt
448 " \"nand\" for NAND image\n"
628 if (strcmp(argv[i], "sd") && strcmp(argv[i], "nand"))
667 else if (!strcmp(argv[offset], "nand"))
/u-boot/board/sunxi/
H A Dboard.c48 #include <nand.h>
297 /* sun4i / sun7i do have a PC23, but it is not used for nand,
/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c22 #include <nand.h>
/u-boot/common/spl/
H A Dspl.c27 #include <nand.h>

Completed in 279 milliseconds

1234567