Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 25 of 165) sorted by relevance

1234567

/u-boot/tools/dtoc/
A Ddtoc_test_phandle.dts11 phandle: phandle-target { label
31 phandle-source {
34 clocks = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
37 phandle-source2 {
40 clocks = <&phandle>;
A Ddtoc_test_phandle_cd_gpios.dts11 phandle: phandle-target { label
31 phandle-source {
34 cd-gpios = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
37 phandle-source2 {
40 cd-gpios = <&phandle>;
A Ddtoc_test_phandle_bad2.dts11 phandle: phandle-target { label
17 phandle-source2 {
20 clocks = <&phandle>;
A Ddtoc_test_phandle_reorder.dts12 phandle-source2 {
15 clocks = <&phandle>;
18 phandle: phandle-target { label
A Ddtoc_test_phandle_single.dts11 phandle: phandle-target { label
18 phandle-source2 {
21 clocks = <&phandle>;
A Ddtoc_test_phandle_bad.dts11 phandle-source {
14 clocks = <20>; /* Invalid phandle */
/u-boot/doc/device-tree-bindings/phy/
A Dsun4i-usb-phy.txt24 - clocks : phandle + clock specifier for the phy clocks
31 - resets : a list of phandle + reset specifier pairs
39 - usb0_id_det-gpios : gpio phandle for reading the otg id pin value
40 - usb0_vbus_det-gpios : gpio phandle for detecting the presence of usb0 vbus
41 - usb0_vbus_power-supply: power-supply phandle for usb0 vbus presence detect
42 - usb0_vbus-supply : regulator phandle for controller usb0 vbus
43 - usb1_vbus-supply : regulator phandle for controller usb1 vbus
44 - usb2_vbus-supply : regulator phandle for controller usb2 vbus
45 - usb3_vbus-supply : regulator phandle for controller usb3 vbus
A Dphy-stm32-usbphyc.txt25 - clocks: phandle + clock specifier for the PLL phy clock
26 - vdda1v1-supply: phandle to the regulator providing 1V1 power to the PHY
27 - vdda1v8-supply: phandle to the regulator providing 1V8 power to the PHY
32 - assigned-clocks: phandle + clock specifier for the PLL phy clock
34 - resets: phandle + reset specifier
43 - phy-supply: phandle to the regulator providing 3V3 power to the PHY,
49 - vbus-supply: phandle to the regulator providing 5V vbus to the USB connector
/u-boot/arch/x86/cpu/broadwell/
A Dpinctrl_broadwell.c34 int phandle; member
59 int phandle = fdt_get_phandle(blob, node); in broadwell_pinctrl_read_configs() local
61 if (!phandle) in broadwell_pinctrl_read_configs()
69 conf->phandle = phandle; in broadwell_pinctrl_read_configs()
90 debug("config: phandle=%d\n", phandle); in broadwell_pinctrl_read_configs()
100 int conf_count, int phandle) in broadwell_pinctrl_lookup_phandle() argument
105 if (conf[i].phandle == phandle) in broadwell_pinctrl_lookup_phandle()
134 uint phandle = fdt32_to_cpu(prop[i * 3 + 1]); in broadwell_pinctrl_read_pins() local
143 phandle); in broadwell_pinctrl_read_pins()
146 phandle); in broadwell_pinctrl_read_pins()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c574 int node, phandle, res; in phandle_by_path() local
584 if (phandle > 0) in phandle_by_path()
585 return phandle; in phandle_by_path()
588 if (phandle < 0) in phandle_by_path()
589 return phandle; in phandle_by_path()
591 phandle += 1; in phandle_by_path()
601 return phandle; in phandle_by_path()
672 if (phandle < 0) in setup_switch()
673 return phandle; in setup_switch()
706 int node, phandle, res; in ft_board_setup() local
[all …]
/u-boot/doc/device-tree-bindings/sound/
A Dsnow.txt8 - samsung,i2s-controller (deprecated): The phandle of the Samsung I2S controller
9 - samsung,audio-codec (deprecated): The phandle of the audio codec
13 - 'cpu' subnode with a 'sound-dai' property containing the phandle of the I2S
16 to the CODEC nodes, first entry must be the phandle of the MAX98090,
18 string) and the second entry must be the phandle of the HDMI IP block node
/u-boot/net/
A Dmdio-uclass.c139 struct ofnode_phandle_args phandle = {.node = ofnode_null()}; in dm_eth_connect_phy_handle() local
150 0, 0, &phandle)) in dm_eth_connect_phy_handle()
153 if (!ofnode_valid(phandle.node)) { in dm_eth_connect_phy_handle()
162 if (ofnode_read_u32(phandle.node, "reg", &phy_addr)) { in dm_eth_connect_phy_handle()
168 ofnode_get_parent(phandle.node), in dm_eth_connect_phy_handle()
171 ofnode_get_name(ofnode_get_parent(phandle.node))); in dm_eth_connect_phy_handle()
179 phy->node = phandle.node; in dm_eth_connect_phy_handle()
/u-boot/include/dm/
A Dof.h14 typedef u32 phandle; typedef
46 phandle phandle; member
/u-boot/drivers/net/fm/
A Dfdt.c23 uint32_t phandle; in fdt_fixup_fman_firmware() local
100 phandle = fdt_create_phandle(blob, fwnode); in fdt_fixup_fman_firmware()
101 if (!phandle) { in fdt_fixup_fman_firmware()
121 phandle); in fdt_fixup_fman_firmware()
/u-boot/test/dm/
A Dfdtdec.c71 uint32_t phandle, phandle1; in dm_test_fdtdec_add_reserved_memory() local
84 &resv, &phandle, false)); in dm_test_fdtdec_add_reserved_memory()
113 ut_assert(phandle != phandle1); in dm_test_fdtdec_add_reserved_memory()
127 ut_assert(phandle == phandle1); in dm_test_fdtdec_add_reserved_memory()
/u-boot/test/overlay/
A Dtest-fdt-overlay.dts38 /* Test that we add a new node (by phandle) */
74 test-phandle = <&test>, <&local>;
82 test-several-phandle = <&local>, <&local>;
/u-boot/drivers/misc/
A Dfs_loader.c69 if (plat->phandlepart.phandle) { in select_fs_dev()
72 node = ofnode_get_by_phandle(plat->phandlepart.phandle); in select_fs_dev()
236 plat->phandlepart.phandle = phandlepart[0]; in fs_loader_of_to_plat()
256 if (plat->phandlepart.phandle) { in fs_loader_probe()
257 ofnode node = ofnode_get_by_phandle(plat->phandlepart.phandle); in fs_loader_probe()
/u-boot/doc/device-tree-bindings/adc/
A Dadc.txt6 - use regulator phandle to enable/read supply's Voltage
16 - vdd-supply: phandle to Vdd regulator's node
17 - vss-supply: phandle to Vss regulator's node
31 Example of supply phandle usage, for the ADC's VDD/VSS references as below:
/u-boot/arch/arm/mach-rockchip/
A Dboard.c95 u32 phandle, offset; in board_usb_init() local
98 ret = ofnode_read_u32(node, "phys", &phandle); in board_usb_init()
102 node = ofnode_get_by_phandle(phandle); in board_usb_init()
/u-boot/doc/device-tree-bindings/video/osd/
A Dgdsys,ihs_video_out.txt11 - clk_gen: phandle to the pixel clock generator
12 - dp_tx: phandle to the display associated with the OSD
/u-boot/scripts/dtc/
A Dchecks.c449 cell_t phandle; in check_phandle_prop() local
481 if ((phandle == 0) || (phandle == -1)) { in check_phandle_prop()
487 return phandle; in check_phandle_prop()
508 if (linux_phandle && phandle && (phandle != linux_phandle)) in check_explicit_phandles()
522 node->phandle = phandle; in check_explicit_phandles()
569 cell_t phandle; in fixup_phandle_references() local
1166 int phandle; in check_property_phandle_args() local
1173 if (phandle == 0 || phandle == -1) { in check_property_phandle_args()
1369 if ((phandle == 0 || phandle == -1) && in check_interrupts_property()
1511 int phandle; in get_remote_endpoint() local
[all …]
A Dlivetree.c564 if ((phandle == 0) || (phandle == -1)) { in get_node_by_phandle()
569 if (tree->phandle == phandle) { in get_node_by_phandle()
576 node = get_node_by_phandle(child, phandle); in get_node_by_phandle()
598 if ((node->phandle != 0) && (node->phandle != -1)) in get_node_phandle()
599 return node->phandle; in get_node_phandle()
601 while (get_node_by_phandle(root, phandle)) in get_node_phandle()
602 phandle++; in get_node_phandle()
604 node->phandle = phandle; in get_node_phandle()
610 data_append_cell(empty_data, phandle))); in get_node_phandle()
616 data_append_cell(empty_data, phandle))); in get_node_phandle()
[all …]
/u-boot/arch/riscv/lib/
A Dfdt_fixup.c29 u32 phandle; in riscv_fdt_copy_resv_mem_node() local
79 &phandle, false); in riscv_fdt_copy_resv_mem_node()
87 rmem_offset = fdt_node_offset_by_phandle(dst, phandle); in riscv_fdt_copy_resv_mem_node()
/u-boot/doc/device-tree-bindings/rtc/
A Dbrcm,brcmstb-waketimer.txt10 - interrupt-parent: The phandle to the Always-On (AON) Power Management (PM) L2
12 - clocks : The phandle to the UPG fixed clock (27Mhz domain)
/u-boot/scripts/dtc/libfdt/
A Dfdt_overlay.c61 uint32_t phandle; in overlay_get_target() local
66 phandle = overlay_get_target_phandle(fdto, fragment); in overlay_get_target()
67 if (phandle == (uint32_t)-1) in overlay_get_target()
71 if (!phandle) { in overlay_get_target()
79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
375 uint32_t phandle; in overlay_fixup_one_phandle() local
392 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
393 if (!phandle) in overlay_fixup_one_phandle()
402 phandle_prop = cpu_to_fdt32(phandle); in overlay_fixup_one_phandle()

Completed in 31 milliseconds

1234567