Home
last modified time | relevance | path

Searched refs:onenand_chip (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/drivers/mtd/onenand/
Donenand_uboot.c22 struct onenand_chip onenand_chip; variable
29 memset(&onenand_chip, 0, sizeof(struct onenand_chip)); in onenand_init()
31 onenand_mtd.priv = &onenand_chip; in onenand_init()
37 onenand_chip.base = (void *) CONFIG_SYS_ONENAND_BASE; in onenand_init()
42 if (onenand_chip.device_id & DEVICE_IS_FLEXONENAND) in onenand_init()
55 print_size(onenand_chip.chipsize, "\n"); in onenand_init()
Donenand_base.c152 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address()
169 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address()
229 static unsigned int flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block()
248 unsigned int onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block()
262 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr()
281 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr()
328 struct onenand_chip *this = mtd->priv; in onenand_command()
440 static int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc()
470 struct onenand_chip *this = mtd->priv; in onenand_wait()
517 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset()
[all …]
Dsamsung.c118 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw()
167 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew()
273 struct onenand_chip *this = mtd->priv; in s3c_onenand_command()
376 struct onenand_chip *this = mtd->priv; in s3c_get_bufferram()
449 struct onenand_chip *this = mtd->priv; in s3c_onenand_check_lock_status()
467 struct onenand_chip *this = mtd->priv; in s3c_onenand_do_lock_cmd()
488 struct onenand_chip *this = mtd->priv; in s3c_onenand_unlock_all()
530 struct onenand_chip *this = mtd->priv; in s3c_onenand_init()
Donenand_bbt.c65 struct onenand_chip *this = mtd->priv; in create_bbt()
154 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt()
194 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt()
248 struct onenand_chip *this = mtd->priv; in onenand_default_bbt()
/external/u-boot/include/
Donenand_uboot.h23 struct onenand_chip;
26 extern struct onenand_chip onenand_chip;
42 extern unsigned onenand_block(struct onenand_chip *this, loff_t addr);
44 extern loff_t onenand_addr(struct onenand_chip *this, int block);
/external/u-boot/env/
Donenand.c32 struct onenand_chip *this = &onenand_chip; in env_onenand_load()
71 struct onenand_chip *this = &onenand_chip; in env_onenand_save()
/external/u-boot/board/micronas/vct/
Debi_onenand.c126 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset()
142 struct onenand_chip *this = mtd->priv; in ebi_read_bufferram()
160 struct onenand_chip *this = mtd->priv; in ebi_write_bufferram()
173 struct onenand_chip *chip = mtd->priv; in onenand_board_init()
/external/u-boot/include/linux/mtd/
Donenand.h71 struct onenand_chip { struct
178 unsigned int onenand_block(struct onenand_chip *this, loff_t addr);
/external/u-boot/cmd/
Donenand.c64 struct onenand_chip *this = mtd->priv; in onenand_block_read()
135 struct onenand_chip *this = mtd->priv; in onenand_block_write()
188 struct onenand_chip *this = mtd->priv; in onenand_block_erase()
221 struct onenand_chip *this = mtd->priv; in onenand_block_test()
/external/u-boot/board/samsung/goni/
Donenand.c15 struct onenand_chip *this = mtd->priv; in onenand_board_init()
/external/u-boot/board/samsung/universal_c210/
Donenand.c14 struct onenand_chip *this = mtd->priv; in onenand_board_init()
/external/u-boot/board/samsung/smdkc100/
Donenand.c20 struct onenand_chip *this = mtd->priv; in onenand_board_init()
/external/u-boot/board/isee/igep00x0/
Digep00x0.c79 struct onenand_chip *this = mtd->priv; in onenand_board_init()