Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c144 struct omap_nand_info { struct
185 static inline struct omap_nand_info *mtd_to_omap(struct mtd_info *mtd) in mtd_to_omap() argument
187 return container_of(mtd_to_nand(mtd), struct omap_nand_info, nand); in mtd_to_omap()
207 unsigned int u32_count, int is_write, struct omap_nand_info *info) in omap_prefetch_enable()
237 static int omap_prefetch_reset(int cs, struct omap_nand_info *info) in omap_prefetch_reset()
261 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_in_pref()
305 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_out_pref()
373 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_dma_transfer()
489 struct omap_nand_info *info = (struct omap_nand_info *) dev; in omap_nand_irq()
534 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_in_irq_pref()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c43 struct omap_nand_info { struct
51 static struct omap_nand_info omap_nand_info[GPMC_MAX_CS]; argument
61 struct omap_nand_info *info = nand_get_controller_data(this); in omap_nand_hwcontrol()
88 struct omap_nand_info *info = nand_get_controller_data(this); in omap_dev_ready()
180 struct omap_nand_info *info = nand_get_controller_data(nand); in omap_enable_hwecc()
265 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_calculate_ecc()
395 struct omap_nand_info *info = nand_get_controller_data(chip); in __read_prefetch_aligned()
495 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_correct_data_bch()
656 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_correct_data_bch_sw()
695 struct omap_nand_info *info = nand_get_controller_data(chip); in omap_free_bch()
[all …]