Home
last modified time | relevance | path

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

12345678

/u-boot/tools/dtoc/test/
A Ddtoc_test_phandle.dts11 phandle: phandle-target { label
31 phandle-source {
34 clocks = <&phandle &phandle_1 11 &phandle_2 12 13 &phandle>;
35 phandle-name-offset = <&phandle_2>, "fred", <123>;
38 phandle-source2 {
41 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
/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/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/include/dm/
A Dof.h14 typedef u32 phandle; typedef
57 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()
120 phandle); in fdt_fixup_fman_firmware()
/u-boot/test/dm/
A Dfdtdec.c69 uint32_t phandle, phandle1; in dm_test_fdtdec_add_reserved_memory() local
82 NULL, 0, &phandle, 0)); in dm_test_fdtdec_add_reserved_memory()
111 ut_assert(phandle != phandle1); in dm_test_fdtdec_add_reserved_memory()
125 ut_assert(phandle == phandle1); in dm_test_fdtdec_add_reserved_memory()
/u-boot/drivers/net/phy/
A Dxilinx_gmii2rgmii.c23 struct ofnode_phandle_args phandle; in xilinxgmiitorgmii_config() local
39 NULL, 0, 0, &phandle); in xilinxgmiitorgmii_config()
43 ext_phyaddr = ofnode_read_u32_default(phandle.node, "reg", -1); in xilinxgmiitorgmii_config()
59 ext_phydev->node = phandle.node; in xilinxgmiitorgmii_config()
/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/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/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/drivers/misc/
A Dfs_loader.c78 if (plat->phandlepart.phandle) { in select_fs_dev()
81 node = ofnode_get_by_phandle(plat->phandlepart.phandle); in select_fs_dev()
245 plat->phandlepart.phandle = phandlepart[0]; in fs_loader_of_to_plat()
265 if (plat->phandlepart.phandle) { in fs_loader_probe()
266 ofnode node = ofnode_get_by_phandle(plat->phandlepart.phandle); in fs_loader_probe()
/u-boot/arch/riscv/lib/
A Dfdt_fixup.c29 u32 phandle; in riscv_fdt_copy_resv_mem_node() local
78 NULL, 0, &phandle, 0); in riscv_fdt_copy_resv_mem_node()
84 rmem_offset = fdt_node_offset_by_phandle(dst, phandle); in riscv_fdt_copy_resv_mem_node()
/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/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-gpio.h219 int phandle; member
277 cvmx_fdt_gpio_op_func_t cvmx_fdt_gpio_get_op_func(const void *fdt_addr, int phandle);
288 enum cvmx_gpio_type cvmx_fdt_get_gpio_type(const void *fdt_addr, int phandle, int *size);
325 int cvmx_fdt_parse_gpio(const void *fdt_addr, int phandle, int pin, u32 flags,
A Docteon_fdt.h199 int octeon_fdt_read_gpio(const void *fdt, int phandle, int pin);
212 int octeon_fdt_set_gpio(const void *fdt, int phandle, int pin, int val);
/u-boot/arch/arm/dts/
A Dat91-sama7g5ek-u-boot.dtsi29 sfr-phandle = <&sfr>;
39 sfr-phandle = <&sfr>;
49 sfr-phandle = <&sfr>;
60 sfr-phandle = <&sfr>;
/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 38 milliseconds

12345678