Searched refs:thiz (Results 1 – 1 of 1) sorted by relevance
139 u8 thiz; member197 pmem |= FMC2_PMEM_MEMHIZ(timings->thiz); in stm32_fmc2_timings_init()203 patt |= FMC2_PATT_ATTHIZ(timings->thiz); in stm32_fmc2_timings_init()630 int tar, tclr, thiz, twait, tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local646 tims->thiz = FMC2_THIZ; in stm32_fmc2_calc_timings()647 thiz = (tims->thiz + 1) * hclkp; in stm32_fmc2_calc_timings()677 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_calc_timings()678 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_calc_timings()679 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_calc_timings()726 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_calc_timings()[all …]