Searched refs:tDS_min (Results 1 – 6 of 6) sorted by relevance
37 .tDS_min = 40000,79 .tDS_min = 20000,121 .tDS_min = 15000,163 .tDS_min = 10000,205 .tDS_min = 10000,247 .tDS_min = 7000,
641 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()642 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()643 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()682 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()683 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()684 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
1265 if (timings->tDS_min > min_clk_period) in sunxi_nand_chip_set_timings()1266 min_clk_period = timings->tDS_min; in sunxi_nand_chip_set_timings()
1466 data_setup_cycles = TO_CYCLES(sdr->tDS_min, period_ps); in mxs_compute_timings()
722 u32 tDS_min; member
1214 timeps = max(timeps, conf->timings.sdr.tDS_min); in atmel_smc_nand_prepare_smcconf()
Completed in 23 milliseconds