Lines Matching refs:omap_nand_info

147 struct omap_nand_info {  struct
179 static inline struct omap_nand_info *mtd_to_omap(struct mtd_info *mtd) in mtd_to_omap() argument
181 return container_of(mtd_to_nand(mtd), struct omap_nand_info, nand); in mtd_to_omap()
193 unsigned int u32_count, int is_write, struct omap_nand_info *info) in omap_prefetch_enable()
223 static int omap_prefetch_reset(int cs, struct omap_nand_info *info) in omap_prefetch_reset()
254 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_hwcontrol()
289 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf8()
323 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf16()
346 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_buf_pref()
393 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf_pref()
458 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_dma_transfer()
567 struct omap_nand_info *info = (struct omap_nand_info *) dev; in omap_nand_irq()
614 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_read_buf_irq_pref()
661 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_write_buf_irq_pref()
875 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_correct_data()
916 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_calculate_ecc()
940 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_enable_hwecc()
988 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_wait()
1017 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_dev_ready()
1037 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_enable_hwecc_bch()
1142 struct omap_nand_info *info = mtd_to_omap(mtd); in _omap_calculate_ecc_bch()
1284 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_calculate_ecc_bch_multi()
1312 struct omap_nand_info *info) in erased_sector_bitflips()
1354 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_elm_correct_data()
1679 static bool is_elm_present(struct omap_nand_info *info, in is_elm_present()
1700 static bool omap2_nand_ecc_check(struct omap_nand_info *info) in omap2_nand_ecc_check()
1750 static int omap_get_dt_info(struct device *dev, struct omap_nand_info *info) in omap_get_dt_info()
1819 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_ooblayout_ecc()
1839 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_ooblayout_free()
1915 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_attach_chip()
2178 struct omap_nand_info *info; in omap_nand_probe()
2185 info = devm_kzalloc(&pdev->dev, sizeof(struct omap_nand_info), in omap_nand_probe()
2286 struct omap_nand_info *info = mtd_to_omap(mtd); in omap_nand_remove()