Searched refs:tDS_min (Results 1 – 4 of 4) 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,
638 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()639 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()640 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()679 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()680 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()681 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
1266 if (timings->tDS_min > min_clk_period) in sunxi_nand_chip_set_timings()1267 min_clk_period = timings->tDS_min; in sunxi_nand_chip_set_timings()
731 u32 tDS_min; member
Completed in 18 milliseconds