Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/onenand/
A 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()
A Donenand_bbt.c66 struct onenand_chip *this = mtd->priv; in create_bbt()
155 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt()
195 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt()
249 struct onenand_chip *this = mtd->priv; in onenand_default_bbt()
A Donenand_base.c331 struct onenand_chip *this = mtd->priv; in onenand_command()
473 struct onenand_chip *this = mtd->priv; in onenand_wait()
520 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset()
546 struct onenand_chip *this = mtd->priv; in onenand_read_bufferram()
571 struct onenand_chip *this = mtd->priv; in onenand_sync_read_bufferram()
600 struct onenand_chip *this = mtd->priv; in onenand_write_bufferram()
621 struct onenand_chip *this = mtd->priv; in onenand_get_2x_blockpage()
645 struct onenand_chip *this = mtd->priv; in onenand_check_bufferram()
688 struct onenand_chip *this = mtd->priv; in onenand_update_bufferram()
723 struct onenand_chip *this = mtd->priv; in onenand_invalidate_bufferram()
[all …]
A 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()
/u-boot/include/
A 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);
/u-boot/env/
A Donenand.c33 struct onenand_chip *this = &onenand_chip; in env_onenand_load()
72 struct onenand_chip *this = &onenand_chip; in env_onenand_save()
/u-boot/board/samsung/goni/
A Donenand.c15 struct onenand_chip *this = mtd->priv; in onenand_board_init()
/u-boot/board/samsung/universal_c210/
A Donenand.c14 struct onenand_chip *this = mtd->priv; in onenand_board_init()
/u-boot/include/linux/mtd/
A Donenand.h71 struct onenand_chip { struct
178 unsigned int onenand_block(struct onenand_chip *this, loff_t addr);
/u-boot/board/samsung/smdkc100/
A Donenand.c20 struct onenand_chip *this = mtd->priv; in onenand_board_init()
/u-boot/cmd/
A 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()
/u-boot/board/isee/igep00x0/
A Digep00x0.c84 struct onenand_chip *this = mtd->priv; in onenand_board_init()

Completed in 24 milliseconds