Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c228 u8 thold_mem; member
1468 (thold_mem < sdrt->tREH_min - tset_mem)) in stm32_fmc2_nfc_calc_timings()
1469 thold_mem = sdrt->tREH_min - tset_mem; in stm32_fmc2_nfc_calc_timings()
1471 (thold_mem < sdrt->tRC_min - (tset_mem + twait))) in stm32_fmc2_nfc_calc_timings()
1472 thold_mem = sdrt->tRC_min - (tset_mem + twait); in stm32_fmc2_nfc_calc_timings()
1474 (thold_mem < sdrt->tWC_min - (tset_mem + twait))) in stm32_fmc2_nfc_calc_timings()
1475 thold_mem = sdrt->tWC_min - (tset_mem + twait); in stm32_fmc2_nfc_calc_timings()
1476 timing = DIV_ROUND_UP(thold_mem, hclkp); in stm32_fmc2_nfc_calc_timings()
1493 if (sdrt->tRHW_min > thold_mem && in stm32_fmc2_nfc_calc_timings()
1494 (tset_att < sdrt->tRHW_min - thold_mem)) in stm32_fmc2_nfc_calc_timings()
[all …]