Home
last modified time | relevance | path

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

/arch/arm/mach-socfpga/
A Dpinmux_arria10.c12 static int do_pinctr_pin(const void *blob, int child, const char *node_name) in do_pinctr_pin() argument
20 base_addr = fdtdec_get_addr_size(blob, child, "reg", &size); in do_pinctr_pin()
22 cell = fdt_getprop(blob, child, "pinctrl-single,pins", &len); in do_pinctr_pin()
40 int child, len; in do_pinctrl_pins() local
43 child = fdt_first_subnode(blob, node); in do_pinctrl_pins()
45 if (child < 0) in do_pinctrl_pins()
48 node_name = fdt_get_name(blob, child, &len); in do_pinctrl_pins()
52 return do_pinctr_pin(blob, child, node_name); in do_pinctrl_pins()
54 child = fdt_next_subnode(blob, child); in do_pinctrl_pins()
56 if (child < 0) in do_pinctrl_pins()
[all …]
A Dclock_manager_arria10.c195 int ret, node, child, len; in of_get_clk_cfg() local
207 child = fdt_first_subnode(blob, node); in of_get_clk_cfg()
209 if (child < 0) in of_get_clk_cfg()
212 node_name = fdt_get_name(blob, child, &len); in of_get_clk_cfg()
216 if (of_to_struct(blob, child, mainpll_cfg_tab, in of_get_clk_cfg()
220 if (of_to_struct(blob, child, perpll_cfg_tab, in of_get_clk_cfg()
224 if (of_to_struct(blob, child, alteragrp_cfg_tab, in of_get_clk_cfg()
228 child = fdt_next_subnode(blob, child); in of_get_clk_cfg()
230 if (child < 0) in of_get_clk_cfg()
233 node_name = fdt_get_name(blob, child, &len); in of_get_clk_cfg()
/arch/mips/mach-octeon/
A Dcvmx-pko3-queue.c795 unsigned int child, prio, rr_prio; in cvmx_pko3_sq_config_children() local
859 for (child = child_base; child < (child_base + child_count); child++) { in cvmx_pko3_sq_config_children()
863 __cvmx_pko3_sq_str(b1, child_level, child), in cvmx_pko3_sq_config_children()
868 cfg_tbl->lvl[child_level].cfg_sq_func(node, child, parent_queue, in cvmx_pko3_sq_config_children()
A Dcvmx-helper-fdt.c484 bus = bus->child; in cvmx_fdt_free_i2c_bus()
/arch/arm/dts/
A Dbcm2836.dtsi74 /* Make the BCM2835-style global interrupt controller be a child of the
A Dbcm2837.dtsi77 /* Make the BCM2835-style global interrupt controller be a child of the
A Darmada-3720-turris-mox.dts141 * contains exactly 2 ranges with 3 (child) address cells, 2 (parent) address cells and
143 * expects that first range uses same address for PCI (child) and CPU (parent) cells (so
153 * Bug related to requirement of same child and parent addresses for first range is fixed
A Dam33xx.dtsi701 * Closed source PowerVR driver, no child device
/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-fdt.h48 struct cvmx_fdt_i2c_bus_info *child; member
A Dcvmx-pko-defs.h569 u64 child : 10; member
1166 u64 child : 10; member
1554 u64 child : 10; member
1955 u64 child : 10; member
2337 u64 child : 10; member
2662 u64 child : 10; member
/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-nix.h6450 u64 child : 10; member
6466 u64 child : 10; member
7012 u64 child : 10; member
7028 u64 child : 10; member
7580 u64 child : 10; member
7596 u64 child : 10; member
8244 u64 child : 10; member
8260 u64 child : 10; member
/arch/sandbox/dts/
A Dtest.dts609 child {

Completed in 108 milliseconds