Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/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()
A Dfdt_ro.c114 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle) in fdt_find_max_phandle() argument
136 if (phandle) in fdt_find_max_phandle()
137 *phandle = max; in fdt_find_max_phandle()
142 int fdt_generate_phandle(const void *fdt, uint32_t *phandle) in fdt_generate_phandle() argument
154 if (phandle) in fdt_generate_phandle()
155 *phandle = max + 1; in fdt_generate_phandle()
681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() argument
685 if ((phandle == 0) || (phandle == ~0U)) in fdt_node_offset_by_phandle()
699 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
/trusted-firmware-a/lib/fconf/
A Dfconf_cot_getter.c191 uint32_t phandle; in get_oid() local
194 rc = fdt_read_uint32(dtb, node, prop, &phandle); in get_oid()
199 node = fdt_node_offset_by_phandle(dtb, phandle); in get_oid()
288 uint32_t phandle; in get_parent_img_id() local
291 err = fdt_read_uint32(dtb, node, "parent", &phandle); in get_parent_img_id()
298 node = fdt_node_offset_by_phandle(dtb, phandle); in get_parent_img_id()
/trusted-firmware-a/plat/arm/board/fvp/fconf/
A Dfconf_hw_config_getter.c186 uint32_t phandle; in fconf_populate_uart_config() local
242 err = fdt_read_uint32(hw_config_dtb, uart_node, "clocks", &phandle); in fconf_populate_uart_config()
248 node = fdt_node_offset_by_phandle(hw_config_dtb, phandle); in fconf_populate_uart_config()
/trusted-firmware-a/include/lib/libfdt/
A Dlibfdt.h368 int fdt_find_max_phandle(const void *fdt, uint32_t *phandle);
387 uint32_t phandle; in fdt_get_max_phandle() local
390 err = fdt_find_max_phandle(fdt, &phandle); in fdt_get_max_phandle()
394 return phandle; in fdt_get_max_phandle()
410 int fdt_generate_phandle(const void *fdt, uint32_t *phandle);
1004 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
/trusted-firmware-a/plat/arm/board/arm_fpga/
A Dfpga_bl31_setup.c220 uint32_t phandle; in fpga_dtb_update_clock() local
230 err = fdt_read_uint32(fdt, node, "clocks", &phandle); in fpga_dtb_update_clock()
237 node = fdt_node_offset_by_phandle(fdt, phandle); in fpga_dtb_update_clock()
/trusted-firmware-a/plat/st/common/
A Dusb_dfu.c504 void usb_dfu_register(struct usb_handle *pdev, struct usb_dfu_handle *phandle) in usb_dfu_register() argument
507 pdev->class_data = phandle; in usb_dfu_register()
509 phandle->dev_state = STATE_DFU_IDLE; in usb_dfu_register()
510 phandle->dev_status = DFU_ERROR_NONE; in usb_dfu_register()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dcot-binding.rst.txt65 Value type: <phandle>
79 Value type: <phandle>
91 Value type: <phandle>
204 Value type: <phandle>
213 Value type: <phandle>
/trusted-firmware-a/docs/components/
A Dcot-binding.rst65 Value type: <phandle>
79 Value type: <phandle>
91 Value type: <phandle>
204 Value type: <phandle>
213 Value type: <phandle>
/trusted-firmware-a/plat/st/common/include/
A Dusb_dfu.h73 void usb_dfu_register(struct usb_handle *pdev, struct usb_dfu_handle *phandle);
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Damu-bindings.rst.txt23 | ``amu`` | O | ``<phandle>`` | If present, indicates that an |AMU| |
/trusted-firmware-a/docs/components/fconf/
A Damu-bindings.rst23 | ``amu`` | O | ``<phandle>`` | If present, indicates that an |AMU| |
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex15869 \sphinxcode{\sphinxupquote{\textless{}phandle\textgreater{}}}
23649 Value type: \textless{}phandle\textgreater{}
23670 Value type: \textless{}phandle\textgreater{}
23689 Value type: \textless{}phandle\textgreater{}
23869 Value type: \textless{}phandle\textgreater{}
23884 Value type: \textless{}phandle\textgreater{}

Completed in 96 milliseconds