Searched refs:thold_att (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 143 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 228 u8 thold_att; member 302 patt |= FIELD_PREP(FMC2_PATT_ATTHOLD, timings->thold_att); in stm32_fmc2_nfc_timings_init() 1398 unsigned long tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_nfc_calc_timings() local 1492 thold_att = max_t(unsigned long, hclkp, sdrt->tALH_min); in stm32_fmc2_nfc_calc_timings() 1493 thold_att = max_t(unsigned long, thold_att, sdrt->tCH_min); in stm32_fmc2_nfc_calc_timings() 1494 thold_att = max_t(unsigned long, thold_att, sdrt->tCLH_min); in stm32_fmc2_nfc_calc_timings() 1495 thold_att = max_t(unsigned long, thold_att, sdrt->tCOH_min); in stm32_fmc2_nfc_calc_timings() 1496 thold_att = max_t(unsigned long, thold_att, sdrt->tDH_min); in stm32_fmc2_nfc_calc_timings() 1498 (thold_att < sdrt->tWB_max + FMC2_TIO + FMC2_TSYNC - tset_mem)) in stm32_fmc2_nfc_calc_timings() 1499 thold_att = sdrt->tWB_max + FMC2_TIO + FMC2_TSYNC - tset_mem; in stm32_fmc2_nfc_calc_timings() [all …]
|