Lines Matching defs:timings
307 /* default timings */
314 dev_err(info->device, "cannot get suitable timings\n");
817 const struct nand_sdr_timings *timings;
820 timings = nand_get_sdr_timings(conf);
821 if (IS_ERR(timings))
824 tacls = timings->tCLS_min - timings->tWP_min;
829 pdata->twrph0 = DIV_ROUND_UP(timings->tWP_min, 1000);
830 pdata->twrph1 = DIV_ROUND_UP(timings->tCLH_min, 1000);
865 * auto-detect timings only when booting with a device tree.