Searched refs:tWB_max (Results 1 – 4 of 4) sorted by relevance
50 .tWB_max = 200000,92 .tWB_max = 100000,133 .tWB_max = 100000,176 .tWB_max = 100000,218 .tWB_max = 100000,260 .tWB_max = 100000,
759 if ((sdrt->tWB_max + FMC2_TIO + FMC2_TSYNC > tset_mem) && in stm32_fmc2_calc_timings()760 (thold_att < sdrt->tWB_max + FMC2_TIO + FMC2_TSYNC - tset_mem)) in stm32_fmc2_calc_timings()761 thold_att = sdrt->tWB_max + FMC2_TIO + FMC2_TSYNC - tset_mem; in stm32_fmc2_calc_timings()
1291 tWB = sunxi_nand_lookup_timing(tWB_lut, timings->tWB_max, in sunxi_nand_chip_set_timings()
714 u32 tWB_max; member