Lines Matching refs:dev_timings
158 struct fsmc_nand_timings *dev_timings; member
901 host->dev_timings = devm_kzalloc(&pdev->dev, in fsmc_nand_probe_config_dt()
902 sizeof(*host->dev_timings), GFP_KERNEL); in fsmc_nand_probe_config_dt()
903 if (!host->dev_timings) in fsmc_nand_probe_config_dt()
905 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()
906 sizeof(*host->dev_timings)); in fsmc_nand_probe_config_dt()
908 host->dev_timings = NULL; in fsmc_nand_probe_config_dt()
1111 if (host->dev_timings) in fsmc_nand_probe()
1112 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_probe()
1190 if (host->dev_timings) in fsmc_nand_resume()
1191 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_resume()