Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 54) sorted by relevance

123

/arch/arm/mach-uniphier/
A Dfdt-fixup.c51 static const struct node_info nodes[] = { in ft_board_setup() local
57 fdt_fixup_mtdparts(fdt, nodes, ARRAY_SIZE(nodes)); in ft_board_setup()
/arch/arm/dts/
A Dexynos4412.dtsi7 * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412
11 * Note: This file does not include device nodes for all the controllers in
13 * nodes can be added to this file.
A Dexynos4x12.dtsi7 * Samsung's Exynos4x12 SoCs device nodes are listed in this file. Exynos4x12
11 * Note: This file does not include device nodes for all the controllers in
13 * nodes can be added to this file.
A Dexynos4210.dtsi9 * Samsung's Exynos4210 SoC device nodes are listed in this file. Exynos4210
13 * Note: This file does not include device nodes for all the controllers in
15 * nodes can be added to this file.
A Dmeson-g12b-odroid-go-ultra-u-boot.dtsi8 /* RK817/818 BOOST regulator aren't supported yet, so remove phandles from PHY nodes */
A Dqcs6490-rb3gen2-u-boot.dtsi8 * have two nodes here, but ABL does NOT like that.
A Dfsl-ls1043-post.dtsi3 * QorIQ FMan v3 device tree nodes for ls1043
A Dfsl-ls1046-post.dtsi3 * QorIQ FMan v3 device tree nodes for ls1046
A Darmada-3720-eDPU.dts18 * U-Boot will enable the MDIO bus and switch nodes.
A Dk3-j721s2-r5.dtsi95 * nodes is being override, override the fss node ranges as well
A Ds5p4418-pinctrl.dtsi11 * device tree nodes in this file.
A Dexynos4210-pinctrl.dtsi10 * tree nodes are listed in this file.
A Dexynos54xx-pinctrl.dtsi8 * tree nodes are listed in this file.
/arch/arm/mach-tegra/
A Ddt-setup.c162 void ft_carveout_setup(void *fdt, const char * const *nodes, unsigned int count) in ft_carveout_setup() argument
169 printf("copying carveout for %s...\n", nodes[i]); in ft_carveout_setup()
171 err = ft_copy_carveout(fdt, cboot_fdt, nodes[i]); in ft_carveout_setup()
175 nodes[i], err); in ft_carveout_setup()
A Dxusb-padctl-common.c276 int tegra_xusb_process_nodes(ofnode nodes[], unsigned int count, in tegra_xusb_process_nodes() argument
284 debug("%s: i=%d, node=%p\n", __func__, i, nodes[i].np); in tegra_xusb_process_nodes()
285 if (!ofnode_is_enabled(nodes[i])) in tegra_xusb_process_nodes()
290 err = tegra_xusb_padctl_parse_dt(&padctl, nodes[i]); in tegra_xusb_process_nodes()
A Dxusb-padctl-common.h98 int tegra_xusb_process_nodes(ofnode nodes[], unsigned int count,
/arch/arm/include/asm/arch-tegra/
A Dboard.h39 void ft_carveout_setup(void *fdt, const char *const *nodes,
/arch/arm/mach-tegra/tegra124/
A Dxusb-padctl.c327 ofnode nodes[1]; in tegra_xusb_padctl_init() local
338 nodes[0] = np_to_ofnode(np); in tegra_xusb_padctl_init()
349 nodes[i] = offset_to_ofnode(node_offsets[i]); in tegra_xusb_padctl_init()
352 ret = tegra_xusb_process_nodes(nodes, count, &tegra124_socdata); in tegra_xusb_padctl_init()
/arch/arm/mach-tegra/tegra210/
A Dxusb-padctl.c419 ofnode nodes[1]; in tegra_xusb_padctl_init() local
430 nodes[0] = np_to_ofnode(np); in tegra_xusb_padctl_init()
441 nodes[i] = offset_to_ofnode(node_offsets[i]); in tegra_xusb_padctl_init()
444 ret = tegra_xusb_process_nodes(nodes, count, &tegra210_socdata); in tegra_xusb_padctl_init()
/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-fdt.h154 int *nodes);
157 int *lenp, ofnode *nodes);
/arch/sandbox/dts/
A Dother.dts35 other-phandle-nodes = <&other_phandle_node_1>, <&other_phandle_node_2>;
A Dsandbox_capsule.dtsi3 * Devicetree file with binman nodes needed for generating EFI
/arch/riscv/dts/
A Dthead-th1520-binman.dtsi61 fit,operation = "gen-fdt-nodes";
A Dbinman.dtsi86 fit,operation = "gen-fdt-nodes";
/arch/mips/mach-octeon/
A Dcvmx-helper-fdt.c40 ofnode *nodes) in cvmx_ofnode_lookup_phandles() argument
55 nodes[i] = ofnode_get_by_phandle(fdt32_to_cpu(phandles[i])); in cvmx_ofnode_lookup_phandles()

Completed in 33 milliseconds

123