Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c1434 if (sdrt->tCS_min > twait && (tset_mem < sdrt->tCS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1436 if (sdrt->tALS_min > twait && (tset_mem < sdrt->tALS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1450 if (sdrt->tREH_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1470 if (sdrt->tCS_min > twait && (tset_att < sdrt->tCS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1472 if (sdrt->tCLS_min > twait && (tset_att < sdrt->tCLS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1474 if (sdrt->tALS_min > twait && (tset_att < sdrt->tALS_min - twait)) in stm32_fmc2_nfc_calc_timings()
1506 if (sdrt->tADL_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1509 if (sdrt->tWH_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1512 if (sdrt->tWHR_min > tset_mem && in stm32_fmc2_nfc_calc_timings()
1531 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 …]