Lines Matching refs:dev_timings
149 struct fsmc_nand_timings *dev_timings; member
864 host->dev_timings = devm_kzalloc(&pdev->dev, in fsmc_nand_probe_config_dt()
865 sizeof(*host->dev_timings), in fsmc_nand_probe_config_dt()
867 if (!host->dev_timings) in fsmc_nand_probe_config_dt()
870 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()
871 sizeof(*host->dev_timings)); in fsmc_nand_probe_config_dt()
873 host->dev_timings = NULL; in fsmc_nand_probe_config_dt()
1102 if (host->dev_timings) { in fsmc_nand_probe()
1103 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_probe()
1186 if (host->dev_timings) in fsmc_nand_resume()
1187 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_resume()