Searched refs:tDS_min (Results 1 – 4 of 4) sorted by relevance
36 .tDS_min = 40000,78 .tDS_min = 20000,120 .tDS_min = 15000,162 .tDS_min = 10000,204 .tDS_min = 10000,246 .tDS_min = 7000,
677 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_calc_timings()678 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_calc_timings()679 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_calc_timings()726 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_calc_timings()727 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_calc_timings()728 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_calc_timings()
1259 if (timings->tDS_min > min_clk_period) in sunxi_nand_chip_set_timings()1260 min_clk_period = timings->tDS_min; in sunxi_nand_chip_set_timings()
700 u32 tDS_min; member