Lines Matching refs:omap_nand_info

144 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()
265 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_in_pref()
313 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_out_pref()
381 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_dma_transfer()
505 struct omap_nand_info *info = (struct omap_nand_info *) dev; in omap_nand_irq()
550 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_in_irq_pref()
592 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_out_irq_pref()
803 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_correct_data()
844 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_calculate_ecc()
868 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_enable_hwecc()
916 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_enable_hwecc_bch()
1020 struct omap_nand_info *info = mtd_to_omap(mtd); in _omap_calculate_ecc_bch()
1162 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_calculate_ecc_bch_multi()
1190 struct omap_nand_info *info) in erased_sector_bitflips()
1232 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_elm_correct_data()
1404 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_page_bch()
1458 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_subpage_bch()
1539 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_page_bch()
1603 static bool is_elm_present(struct omap_nand_info *info, in is_elm_present()
1624 static bool omap2_nand_ecc_check(struct omap_nand_info *info) in omap2_nand_ecc_check()
1674 static int omap_get_dt_info(struct device *dev, struct omap_nand_info *info) in omap_get_dt_info()
1743 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_ooblayout_ecc()
1763 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_ooblayout_free()
1843 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_attach_chip()
2095 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_in()
2110 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_data_out()
2124 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_nand_exec_instr()
2199 struct omap_nand_info *info; in omap_nand_probe()
2207 info = devm_kzalloc(&pdev->dev, sizeof(struct omap_nand_info), in omap_nand_probe()
2295 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_remove()