Home
last modified time | relevance | path

Searched refs:tset_mem (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c224 u8 tset_mem; member
291 pmem = FMC2_PMEM_MEMSET(timings->tset_mem); in stm32_fmc2_timings_init()
1431 unsigned long tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local
1460 tset_mem = hclkp; in stm32_fmc2_calc_timings()
1461 if (sdrt->tCS_min > twait && (tset_mem < sdrt->tCS_min - twait)) in stm32_fmc2_calc_timings()
1462 tset_mem = sdrt->tCS_min - twait; in stm32_fmc2_calc_timings()
1463 if (sdrt->tALS_min > twait && (tset_mem < sdrt->tALS_min - twait)) in stm32_fmc2_calc_timings()
1464 tset_mem = sdrt->tALS_min - twait; in stm32_fmc2_calc_timings()
1466 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_calc_timings()
1467 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_calc_timings()
[all …]