Searched refs:twait (Results 1 – 1 of 1) sorted by relevance
140 u8 twait; member195 pmem |= FMC2_PMEM_MEMWAIT(timings->twait); in stm32_fmc2_timings_init()201 patt |= FMC2_PATT_ATTWAIT(timings->twait); in stm32_fmc2_timings_init()630 int tar, tclr, thiz, twait, tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local654 twait = hclkp; in stm32_fmc2_calc_timings()655 if (twait < sdrt->tRP_min) in stm32_fmc2_calc_timings()656 twait = sdrt->tRP_min; in stm32_fmc2_calc_timings()657 if (twait < sdrt->tWP_min) in stm32_fmc2_calc_timings()658 twait = sdrt->tWP_min; in stm32_fmc2_calc_timings()659 if (twait < sdrt->tREA_max + FMC2_TIO) in stm32_fmc2_calc_timings()[all …]