Home
last modified time | relevance | path

Searched refs:dev_timings (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dfsmc_nand.c158 struct fsmc_nand_timings *dev_timings; member
886 host->dev_timings = devm_kzalloc(&pdev->dev, in fsmc_nand_probe_config_dt()
887 sizeof(*host->dev_timings), in fsmc_nand_probe_config_dt()
889 if (!host->dev_timings) in fsmc_nand_probe_config_dt()
892 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()
893 sizeof(*host->dev_timings)); in fsmc_nand_probe_config_dt()
895 host->dev_timings = NULL; in fsmc_nand_probe_config_dt()
1124 if (host->dev_timings) { in fsmc_nand_probe()
1125 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_probe()
1208 if (host->dev_timings) in fsmc_nand_resume()
[all …]

Completed in 5 milliseconds