Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c142 u8 tset_mem; member
194 pmem = FMC2_PMEM_MEMSET(timings->tset_mem); in stm32_fmc2_timings_init()
630 int tar, tclr, thiz, twait, tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local
672 tset_mem = hclkp; in stm32_fmc2_calc_timings()
673 if (sdrt->tCS_min > twait && (tset_mem < sdrt->tCS_min - twait)) in stm32_fmc2_calc_timings()
674 tset_mem = sdrt->tCS_min - twait; in stm32_fmc2_calc_timings()
675 if (sdrt->tALS_min > twait && (tset_mem < sdrt->tALS_min - twait)) in stm32_fmc2_calc_timings()
676 tset_mem = sdrt->tALS_min - twait; 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c227 u8 tset_mem; member
293 pmem = FIELD_PREP(FMC2_PMEM_MEMSET, timings->tset_mem); in stm32_fmc2_nfc_timings_init()
1398 unsigned long tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_nfc_calc_timings() local
1427 tset_mem = hclkp; in stm32_fmc2_nfc_calc_timings()
1428 if (sdrt->tCS_min > twait && (tset_mem < sdrt->tCS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1429 tset_mem = sdrt->tCS_min - twait; in stm32_fmc2_nfc_calc_timings()
1430 if (sdrt->tALS_min > twait && (tset_mem < sdrt->tALS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1431 tset_mem = sdrt->tALS_min - twait; in stm32_fmc2_nfc_calc_timings()
1433 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()
1434 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
[all …]