Searched refs:onfi_sdr_timings (Results 1 – 1 of 1) sorted by relevance
18 static const struct nand_data_interface onfi_sdr_timings[] = { variable280 if (mode < 0 || mode >= ARRAY_SIZE(onfi_sdr_timings)) in onfi_async_timing_mode_to_sdr_timings()283 return &onfi_sdr_timings[mode].timings.sdr; in onfi_async_timing_mode_to_sdr_timings()302 if (timing_mode < 0 || timing_mode >= ARRAY_SIZE(onfi_sdr_timings)) in onfi_fill_data_interface()305 *iface = onfi_sdr_timings[timing_mode]; in onfi_fill_data_interface()