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,
665 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_calc_timings()666 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_calc_timings()667 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_calc_timings()706 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_calc_timings()707 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_calc_timings()708 tset_att = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_calc_timings()
1258 if (timings->tDS_min > min_clk_period) in sunxi_nand_chip_set_timings()1259 min_clk_period = timings->tDS_min; in sunxi_nand_chip_set_timings()
730 u32 tDS_min; member