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/ |
D | fconf_amu_getter.c | 90 node = fdt_node_offset_by_phandle(fdt, amu_phandle); in fconf_populate_amu_cpu()
|
D | fconf_cot_getter.c | 201 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/ |
D | jmptbl.i | 36 fdt fdt_node_offset_by_phandle
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/ |
D | jmptbl.i | 38 fdt fdt_node_offset_by_phandle
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 257 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/ |
D | stm32mp1_syscfg.c | 171 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/ |
D | fpga_bl31_setup.c | 238 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/ |
D | fconf_ethosn_getter.c | 38 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/ |
D | stm32_gpio.c | 206 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/ |
D | libfdt.h | 1030 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
/trusted-firmware-a-3.6.0-3.5.0/lib/libfdt/ |
D | fdt_overlay.c | 64 ret = fdt_node_offset_by_phandle(fdt, phandle); in fdt_overlay_target_offset()
|
D | fdt_ro.c | 681 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/ |
D | clk-stm32mp13.c | 2212 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()
|