Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 …]