Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c227 u8 tset_mem; member
293 pmem = FIELD_PREP(FMC2_PMEM_MEMSET, timings->tset_mem); in stm32_fmc2_nfc_timings_init()
1400 unsigned long tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_nfc_calc_timings() local
1429 tset_mem = hclkp; in stm32_fmc2_nfc_calc_timings()
1430 if (sdrt->tCS_min > twait && (tset_mem < sdrt->tCS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1431 tset_mem = sdrt->tCS_min - twait; in stm32_fmc2_nfc_calc_timings()
1432 if (sdrt->tALS_min > twait && (tset_mem < sdrt->tALS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1433 tset_mem = sdrt->tALS_min - twait; in stm32_fmc2_nfc_calc_timings()
1435 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()
1436 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
[all …]