/u-boot/tools/dtoc/test/ |
A D | dtoc_test_phandle.dts | 11 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 D | dtoc_test_phandle_cd_gpios.dts | 11 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 D | dtoc_test_phandle_bad2.dts | 11 phandle: phandle-target { label 17 phandle-source2 { 20 clocks = <&phandle>;
|
A D | dtoc_test_phandle_reorder.dts | 12 phandle-source2 { 15 clocks = <&phandle>; 18 phandle: phandle-target { label
|
A D | dtoc_test_phandle_single.dts | 11 phandle: phandle-target { label 18 phandle-source2 { 21 clocks = <&phandle>;
|
A D | dtoc_test_phandle_bad.dts | 11 phandle-source { 14 clocks = <20>; /* Invalid phandle */
|
/u-boot/doc/device-tree-bindings/phy/ |
A D | sun4i-usb-phy.txt | 24 - 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 D | pinctrl_broadwell.c | 34 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 D | snow.txt | 8 - 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 D | of.h | 14 typedef u32 phandle; typedef 57 phandle phandle; member
|
/u-boot/drivers/net/fm/ |
A D | fdt.c | 23 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 D | fdtdec.c | 69 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 D | xilinx_gmii2rgmii.c | 23 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 D | test-fdt-overlay.dts | 38 /* 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 D | adc.txt | 6 - 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 D | checks.c | 449 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 D | livetree.c | 564 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 D | fs_loader.c | 78 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 D | fdt_fixup.c | 29 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 D | gdsys,ihs_video_out.txt | 11 - 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 D | cvmx-helper-gpio.h | 219 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 D | octeon_fdt.h | 199 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 D | at91-sama7g5ek-u-boot.dtsi | 29 sfr-phandle = <&sfr>; 39 sfr-phandle = <&sfr>; 49 sfr-phandle = <&sfr>; 60 sfr-phandle = <&sfr>;
|
/u-boot/doc/device-tree-bindings/rtc/ |
A D | brcm,brcmstb-waketimer.txt | 10 - 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 D | fdt_overlay.c | 61 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()
|