Searched refs:sdrt (Results 1 – 1 of 1) sorted by relevance
623 const struct nand_sdr_timings *sdrt) in stm32_fmc2_calc_timings() argument633 if (tar < sdrt->tAR_min) in stm32_fmc2_calc_timings()634 tar = sdrt->tAR_min; in stm32_fmc2_calc_timings()640 if (tclr < sdrt->tCLR_min) in stm32_fmc2_calc_timings()641 tclr = sdrt->tCLR_min; 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 …]