Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dfsmc_nand.c288 const struct nand_sdr_timings *sdrt, in fsmc_calc_timings() argument
295 if (sdrt->tRC_min < 30000) in fsmc_calc_timings()
298 tims->tar = DIV_ROUND_UP(sdrt->tAR_min / 1000, hclkn) - 1; in fsmc_calc_timings()
301 tims->tclr = DIV_ROUND_UP(sdrt->tCLR_min / 1000, hclkn) - 1; in fsmc_calc_timings()
305 thiz = sdrt->tCS_min - sdrt->tWP_min; in fsmc_calc_timings()
308 thold = sdrt->tDH_min; in fsmc_calc_timings()
309 if (thold < sdrt->tCH_min) in fsmc_calc_timings()
310 thold = sdrt->tCH_min; in fsmc_calc_timings()
311 if (thold < sdrt->tCLH_min) in fsmc_calc_timings()
312 thold = sdrt->tCLH_min; in fsmc_calc_timings()
[all …]