Searched refs:spec_timings (Results 1 – 3 of 3) sorted by relevance
562 onfi_find_closest_sdr_mode(const struct nand_sdr_timings *spec_timings) in onfi_find_closest_sdr_mode() argument570 if (spec_timings->tCCS_min <= onfi_timings->tCCS_min && in onfi_find_closest_sdr_mode()571 spec_timings->tADL_min <= onfi_timings->tADL_min && in onfi_find_closest_sdr_mode()572 spec_timings->tALH_min <= onfi_timings->tALH_min && in onfi_find_closest_sdr_mode()573 spec_timings->tALS_min <= onfi_timings->tALS_min && in onfi_find_closest_sdr_mode()574 spec_timings->tAR_min <= onfi_timings->tAR_min && in onfi_find_closest_sdr_mode()575 spec_timings->tCEH_min <= onfi_timings->tCEH_min && in onfi_find_closest_sdr_mode()576 spec_timings->tCH_min <= onfi_timings->tCH_min && in onfi_find_closest_sdr_mode()577 spec_timings->tCLH_min <= onfi_timings->tCLH_min && in onfi_find_closest_sdr_mode()578 spec_timings->tCLR_min <= onfi_timings->tCLR_min && in onfi_find_closest_sdr_mode()[all …]
93 onfi_find_closest_sdr_mode(const struct nand_sdr_timings *spec_timings);95 onfi_find_closest_nvddr_mode(const struct nand_nvddr_timings *spec_timings);98 struct nand_sdr_timings *spec_timings);101 struct nand_nvddr_timings *spec_timings);
931 struct nand_sdr_timings *spec_timings) in nand_choose_best_sdr_timings() argument938 if (spec_timings) { in nand_choose_best_sdr_timings()939 iface->timings.sdr = *spec_timings; in nand_choose_best_sdr_timings()940 iface->timings.mode = onfi_find_closest_sdr_mode(spec_timings); in nand_choose_best_sdr_timings()982 struct nand_nvddr_timings *spec_timings) in nand_choose_best_nvddr_timings() argument989 if (spec_timings) { in nand_choose_best_nvddr_timings()990 iface->timings.nvddr = *spec_timings; in nand_choose_best_nvddr_timings()991 iface->timings.mode = onfi_find_closest_nvddr_mode(spec_timings); in nand_choose_best_nvddr_timings()