Searched refs:dev_timings (Results 1 – 1 of 1) sorted by relevance
149 struct fsmc_nand_timings *dev_timings; member855 host->dev_timings = devm_kzalloc(&pdev->dev, in fsmc_nand_probe_config_dt()856 sizeof(*host->dev_timings), in fsmc_nand_probe_config_dt()858 if (!host->dev_timings) in fsmc_nand_probe_config_dt()861 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()862 sizeof(*host->dev_timings)); in fsmc_nand_probe_config_dt()864 host->dev_timings = NULL; in fsmc_nand_probe_config_dt()1090 if (host->dev_timings) { in fsmc_nand_probe()1091 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_probe()1174 if (host->dev_timings) in fsmc_nand_resume()[all …]