Lines Matching full:node
1811 int node = -1; in pxa3xx_nand_probe_dt() local
1819 node = fdt_node_offset_by_compatible(blob, node, in pxa3xx_nand_probe_dt()
1821 if (node < 0) in pxa3xx_nand_probe_dt()
1825 if (!fdtdec_get_is_enabled(blob, node)) in pxa3xx_nand_probe_dt()
1831 blob, node, "reg", 0, NULL, true); in pxa3xx_nand_probe_dt()
1833 pdata->num_cs = fdtdec_get_int(blob, node, "num-cs", 1); in pxa3xx_nand_probe_dt()
1839 if (fdtdec_get_bool(blob, node, "nand-enable-arbiter")) in pxa3xx_nand_probe_dt()
1842 if (fdtdec_get_bool(blob, node, "nand-keep-config")) in pxa3xx_nand_probe_dt()
1851 pdata->ecc_strength = fdtdec_get_int(blob, node, in pxa3xx_nand_probe_dt()
1855 pdata->ecc_step_size = fdtdec_get_int(blob, node, in pxa3xx_nand_probe_dt()
1863 } while (node >= 0); in pxa3xx_nand_probe_dt()