Home
last modified time | relevance | path

Searched refs:omap_nand_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap2.c144 struct omap_nand_info { struct
176 static inline struct omap_nand_info *mtd_to_omap(struct mtd_info *mtd) in mtd_to_omap() argument
178 return container_of(mtd_to_nand(mtd), struct omap_nand_info, nand); in mtd_to_omap()
190 unsigned int u32_count, int is_write, struct omap_nand_info *info) in omap_prefetch_enable()
220 static int omap_prefetch_reset(int cs, struct omap_nand_info *info) in omap_prefetch_reset()
251 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_hwcontrol()
286 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf8()
320 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf16()
344 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_buf_pref()
392 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf_pref()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c44 struct omap_nand_info { struct
52 static struct omap_nand_info omap_nand_info[GPMC_MAX_CS]; variable
62 struct omap_nand_info *info = nand_get_controller_data(this); in omap_nand_hwcontrol()
89 struct omap_nand_info *info = nand_get_controller_data(this); in omap_dev_ready()
181 struct omap_nand_info *info = nand_get_controller_data(nand); in omap_enable_hwecc()
266 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_calculate_ecc()
396 struct omap_nand_info *info = nand_get_controller_data(chip); in __read_prefetch_aligned()
496 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_correct_data_bch()
657 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_correct_data_bch_sw()
696 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_free_bch()
[all …]