Home
last modified time | relevance | path

Searched refs:onfi_sdr_timings (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_timings.c18 static const struct nand_data_interface onfi_sdr_timings[] = { variable
280 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()