Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dfsmc_nand.c135 * @dev_timings: NAND timings
158 struct fsmc_nand_timings *dev_timings; member
875 host->dev_timings = devm_kzalloc(&pdev->dev, in fsmc_nand_probe_config_dt()
876 sizeof(*host->dev_timings), in fsmc_nand_probe_config_dt()
878 if (!host->dev_timings) in fsmc_nand_probe_config_dt()
881 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()
882 sizeof(*host->dev_timings)); in fsmc_nand_probe_config_dt()
884 host->dev_timings = NULL; in fsmc_nand_probe_config_dt()
1112 if (host->dev_timings) { in fsmc_nand_probe()
1113 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dfsmc_nand.c135 * @dev_timings: NAND timings
158 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()
1120 if (host->dev_timings) { in fsmc_nand_probe()
1121 fsmc_nand_setup(host, host->dev_timings); in fsmc_nand_probe()
[all...]

Completed in 4 milliseconds