Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c143 u8 thold_att; member
202 patt |= FMC2_PATT_ATTHOLD(timings->thold_att); 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
748 thold_att = hclkp; in stm32_fmc2_calc_timings()
749 if (thold_att < sdrt->tALH_min) in stm32_fmc2_calc_timings()
750 thold_att = sdrt->tALH_min; in stm32_fmc2_calc_timings()
751 if (thold_att < sdrt->tCH_min) in stm32_fmc2_calc_timings()
752 thold_att = sdrt->tCH_min; in stm32_fmc2_calc_timings()
753 if (thold_att < sdrt->tCLH_min) in stm32_fmc2_calc_timings()
754 thold_att = sdrt->tCLH_min; in stm32_fmc2_calc_timings()
[all …]