Lines Matching refs:omap_nand_info
43 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()
713 struct omap_nand_info *info = nand_get_controller_data(nand); in omap_select_ecc_scheme()
995 omap_nand_info[cs].control = NULL; in board_nand_init()
996 omap_nand_info[cs].cs = cs; in board_nand_init()
997 omap_nand_info[cs].ws = wscfg[cs]; in board_nand_init()
998 nand_set_controller_data(nand, &omap_nand_info[cs]); in board_nand_init()