Lines Matching defs:timings
303 /* default timings */
310 dev_err(info->device, "cannot get suitable timings\n");
761 const struct nand_sdr_timings *timings;
764 timings = nand_get_sdr_timings(conf);
765 if (IS_ERR(timings))
768 tacls = timings->tCLS_min - timings->tWP_min;
773 pdata->twrph0 = DIV_ROUND_UP(timings->tWP_min, 1000);
774 pdata->twrph1 = DIV_ROUND_UP(timings->tCLH_min, 1000);
809 * auto-detect timings only when booting with a device tree.