Home
last modified time | relevance | path

Searched refs:best_interface_config (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/mtd/nand/raw/
Dnand_base.c807 if (!chip->best_interface_config) in nand_setup_interface()
810 tmode_param[0] = chip->best_interface_config->timings.mode; in nand_setup_interface()
823 ret = ops->setup_interface(chip, chipnr, chip->best_interface_config); in nand_setup_interface()
839 if (tmode_param[0] != chip->best_interface_config->timings.mode) { in nand_setup_interface()
841 chip->best_interface_config->timings.mode); in nand_setup_interface()
846 chip->current_interface_config = chip->best_interface_config; in nand_setup_interface()
890 chip->best_interface_config = iface; in nand_choose_best_sdr_timings()
909 chip->best_interface_config = iface; in nand_choose_best_sdr_timings()
5879 kfree(chip->best_interface_config); in nand_scan_tail()
5974 kfree(chip->best_interface_config); in nand_cleanup()
/Linux-v5.10/include/linux/mtd/
Drawnand.h1107 struct nand_interface_config *best_interface_config; member