Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c1451 if (sdrt->tCS_min > twait && (tset_mem < sdrt->tCS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1453 if (sdrt->tALS_min > twait && (tset_mem < sdrt->tALS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1467 if (sdrt->tREH_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1487 if (sdrt->tCS_min > twait && (tset_att < sdrt->tCS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1489 if (sdrt->tCLS_min > twait && (tset_att < sdrt->tCLS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1491 if (sdrt->tALS_min > twait && (tset_att < sdrt->tALS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1523 if (sdrt->tADL_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1526 if (sdrt->tWH_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1529 if (sdrt->tWHR_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1548 if (IS_ERR(sdrt)) in stm32_fmc2_nfc_setup_interface()
[all …]
H A Dfsmc_nand.c301 thiz = sdrt->tCS_min - sdrt->tWP_min; in fsmc_calc_timings()
304 thold = sdrt->tDH_min; in fsmc_calc_timings()
306 thold = sdrt->tCH_min; in fsmc_calc_timings()
308 thold = sdrt->tCLH_min; in fsmc_calc_timings()
310 thold = sdrt->tWH_min; in fsmc_calc_timings()
312 thold = sdrt->tALH_min; in fsmc_calc_timings()
321 tset = max(sdrt->tCS_min - sdrt->tWP_min, in fsmc_calc_timings()
322 sdrt->tCEA_max - sdrt->tREA_max); in fsmc_calc_timings()
336 twait = max3(sdrt->tRP_min, sdrt->tWP_min, twait_min); in fsmc_calc_timings()
356 if (IS_ERR(sdrt)) in fsmc_setup_interface()
[all …]