Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dstm32_fmc2_nand.c140 u8 thiz; member
196 pmem |= FIELD_PREP(FMC2_PMEM_MEMHIZ, timings->thiz); in stm32_fmc2_nfc_timings_init()
603 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local
614 tims->thiz = FMC2_THIZ; in stm32_fmc2_nfc_calc_timings()
615 thiz = (tims->thiz + 1) * hclkp; in stm32_fmc2_nfc_calc_timings()
638 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()
639 (tset_mem < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()
640 tset_mem = sdrt->tDS_min - (twait - thiz); in stm32_fmc2_nfc_calc_timings()
679 if (twait > thiz && (sdrt->tDS_min > twait - thiz) && in stm32_fmc2_nfc_calc_timings()
680 (tset_att < sdrt->tDS_min - (twait - thiz))) in stm32_fmc2_nfc_calc_timings()
[all …]

Completed in 136 milliseconds