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 …]
92 onfi_find_closest_sdr_mode(const struct nand_sdr_timings *spec_timings);94 onfi_find_closest_nvddr_mode(const struct nand_nvddr_timings *spec_timings);97 struct nand_sdr_timings *spec_timings);100 struct nand_nvddr_timings *spec_timings);
928 struct nand_sdr_timings *spec_timings) in nand_choose_best_sdr_timings() argument935 if (spec_timings) { in nand_choose_best_sdr_timings()936 iface->timings.sdr = *spec_timings; in nand_choose_best_sdr_timings()937 iface->timings.mode = onfi_find_closest_sdr_mode(spec_timings); in nand_choose_best_sdr_timings()979 struct nand_nvddr_timings *spec_timings) in nand_choose_best_nvddr_timings() argument986 if (spec_timings) { in nand_choose_best_nvddr_timings()987 iface->timings.nvddr = *spec_timings; in nand_choose_best_nvddr_timings()988 iface->timings.mode = onfi_find_closest_nvddr_mode(spec_timings); in nand_choose_best_nvddr_timings()