Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/lib/fconf/
Dfconf_amu_getter.c90 node = fdt_node_offset_by_phandle(fdt, amu_phandle); in fconf_populate_amu_cpu()
Dfconf_cot_getter.c201 node = fdt_node_offset_by_phandle(dtb, phandle); in get_oid()
300 node = fdt_node_offset_by_phandle(dtb, phandle); in get_parent_img_id()
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/juno/
Djmptbl.i36 fdt fdt_node_offset_by_phandle
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/
Djmptbl.i38 fdt fdt_node_offset_by_phandle
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c257 node = fdt_node_offset_by_phandle(hw_config_dtb, phandle); in fconf_populate_uart_config()
/trusted-firmware-a-3.6.0-3.5.0/plat/st/stm32mp1/
Dstm32mp1_syscfg.c171 node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in get_regu_max_voltage()
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/arm_fpga/
Dfpga_bl31_setup.c238 node = fdt_node_offset_by_phandle(fdt, phandle); in fpga_dtb_update_clock()
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/common/fconf/
Dfconf_ethosn_getter.c38 mem_node = fdt_node_offset_by_phandle(fdt, phandle); in fdt_node_read_reserved_memory_addr()
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/gpio/
Dstm32_gpio.c206 p_node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in dt_set_pinctrl_config()
/trusted-firmware-a-3.6.0-3.5.0/include/lib/libfdt/
Dlibfdt.h1030 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
/trusted-firmware-a-3.6.0-3.5.0/lib/libfdt/
Dfdt_overlay.c64 ret = fdt_node_offset_by_phandle(fdt, phandle); in fdt_overlay_target_offset()
Dfdt_ro.c681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/clk/
Dclk-stm32mp13.c2212 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
2222 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()