Searched refs:thold_att (Results 1 – 1 of 1) sorted by relevance
143 u8 thold_att; member202 patt |= FMC2_PATT_ATTHOLD(timings->thold_att); in stm32_fmc2_timings_init()630 int tar, tclr, thiz, twait, tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local748 thold_att = hclkp; in stm32_fmc2_calc_timings()749 if (thold_att < sdrt->tALH_min) in stm32_fmc2_calc_timings()750 thold_att = sdrt->tALH_min; in stm32_fmc2_calc_timings()751 if (thold_att < sdrt->tCH_min) in stm32_fmc2_calc_timings()752 thold_att = sdrt->tCH_min; in stm32_fmc2_calc_timings()753 if (thold_att < sdrt->tCLH_min) in stm32_fmc2_calc_timings()754 thold_att = sdrt->tCLH_min; in stm32_fmc2_calc_timings()[all …]