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.
302 * onfi_find_closest_sdr_mode - Derive the closest ONFI SDR timing mode given a
350 * ONFI mode
354 * @timing_mode: The ONFI timing mode
361 struct onfi_params *onfi = chip->parameters.onfi; in onfi_fill_interface_config() local
374 * These information are part of the ONFI parameter page. in onfi_fill_interface_config()
376 if (onfi) { in onfi_fill_interface_config()
380 timings->tPROG_max = 1000000ULL * onfi->tPROG; in onfi_fill_interface_config()
381 timings->tBERS_max = 1000000ULL * onfi->tBERS; in onfi_fill_interface_config()
382 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_interface_config()
385 timings->tCCS_min = 1000UL * onfi->tCCS; in onfi_fill_interface_config()