Lines Matching full:onfi
16 * For non-ONFI chips we use the highest possible value for tPROG and tBERS.
17 * tR and tCCS will take the default values precised in the ONFI specification
20 * These four values are tweaked to be more accurate in the case of ONFI chips.
557 * onfi_find_closest_sdr_mode - Derive the closest ONFI SDR timing mode given a
605 * ONFI mode
609 * @timing_mode: The ONFI timing mode
616 struct onfi_params *onfi = chip->parameters.onfi; in onfi_fill_interface_config() local
629 * These information are part of the ONFI parameter page. in onfi_fill_interface_config()
631 if (onfi) { in onfi_fill_interface_config()
635 timings->tPROG_max = 1000000ULL * onfi->tPROG; in onfi_fill_interface_config()
636 timings->tBERS_max = 1000000ULL * onfi->tBERS; in onfi_fill_interface_config()
637 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_interface_config()
640 timings->tCCS_min = 1000UL * onfi->tCCS; in onfi_fill_interface_config()