Searched refs:best_interface_config (Results 1 – 2 of 2) sorted by relevance
808 if (!chip->best_interface_config) in nand_setup_interface()811 tmode_param[0] = chip->best_interface_config->timings.mode; in nand_setup_interface()824 ret = ops->setup_interface(chip, chipnr, chip->best_interface_config); in nand_setup_interface()840 if (tmode_param[0] != chip->best_interface_config->timings.mode) { in nand_setup_interface()842 chip->best_interface_config->timings.mode); in nand_setup_interface()847 chip->current_interface_config = chip->best_interface_config; in nand_setup_interface()891 chip->best_interface_config = iface; in nand_choose_best_sdr_timings()910 chip->best_interface_config = iface; in nand_choose_best_sdr_timings()5875 kfree(chip->best_interface_config); in nand_scan_tail()5970 kfree(chip->best_interface_config); in nand_cleanup()
1229 struct nand_interface_config *best_interface_config; member