Lines Matching refs:omap_nand_info
144 struct omap_nand_info { struct
180 static inline struct omap_nand_info *mtd_to_omap(struct mtd_info *mtd) in mtd_to_omap() argument
182 return container_of(mtd_to_nand(mtd), struct omap_nand_info, nand); in mtd_to_omap()
195 unsigned int u32_count, int is_write, struct omap_nand_info *info) in omap_prefetch_enable()
225 static int omap_prefetch_reset(int cs, struct omap_nand_info *info) in omap_prefetch_reset()
256 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_hwcontrol()
291 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf8()
325 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf16()
349 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_buf_pref()
397 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf_pref()
462 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_dma_transfer()
576 struct omap_nand_info *info = (struct omap_nand_info *) dev; in omap_nand_irq()
625 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_buf_irq_pref()
673 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf_irq_pref()
887 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_correct_data()
928 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_calculate_ecc()
952 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_enable_hwecc()
997 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(this)); in omap_wait()
1023 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_dev_ready()
1044 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_enable_hwecc_bch()
1148 struct omap_nand_info *info = mtd_to_omap(mtd); in _omap_calculate_ecc_bch()
1290 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_calculate_ecc_bch_multi()
1318 struct omap_nand_info *info) in erased_sector_bitflips()
1360 struct omap_nand_info *info = mtd_to_omap(nand_to_mtd(chip)); in omap_elm_correct_data()
1532 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_page_bch()
1586 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_subpage_bch()
1667 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_page_bch()
1731 static bool is_elm_present(struct omap_nand_info *info, in is_elm_present()
1752 static bool omap2_nand_ecc_check(struct omap_nand_info *info) in omap2_nand_ecc_check()
1802 static int omap_get_dt_info(struct device *dev, struct omap_nand_info *info) in omap_get_dt_info()
1871 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_ooblayout_ecc()
1891 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_ooblayout_free()
1971 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_attach_chip()
2230 struct omap_nand_info *info; in omap_nand_probe()
2237 info = devm_kzalloc(&pdev->dev, sizeof(struct omap_nand_info), in omap_nand_probe()
2342 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_remove()