Lines Matching refs:node
34 int node = 1; in socfpga_dt_open_and_check() local
49 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in socfpga_dt_open_and_check()
50 if (node < 0) { in socfpga_dt_open_and_check()
53 return node; in socfpga_dt_open_and_check()
64 int node; in socfpga_dt_populate_gicv3_config() local
74 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in socfpga_dt_populate_gicv3_config()
75 if (node < 0) { in socfpga_dt_populate_gicv3_config()
83 err = fdt_get_reg_props_by_index(hw_config_dtb, node, 0, &addr, NULL); in socfpga_dt_populate_gicv3_config()
90 err = fdt_get_reg_props_by_index(hw_config_dtb, node, 1, &addr, NULL); in socfpga_dt_populate_gicv3_config()
101 int node; in socfpga_dt_populate_dram_layout() local
109 node = fdt_node_offset_by_prop_value(hw_config_dtb, -1, "device_type", in socfpga_dt_populate_dram_layout()
111 if (node < 0) { in socfpga_dt_populate_dram_layout()
113 return node; in socfpga_dt_populate_dram_layout()
117 hw_config_dtb, node, 0, in socfpga_dt_populate_dram_layout()