Home
last modified time | relevance | path

Searched refs:fdt_get_stdout_node_offset (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/plat/arm/board/arm_fpga/
Dfpga_console.c29 node = fdt_get_stdout_node_offset(fdt); in fpga_console_init()
/trusted-firmware-a-latest/include/common/
Dfdt_wrappers.h40 int fdt_get_stdout_node_offset(const void *dtb);
/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_dt.c121 node = fdt_get_stdout_node_offset(fdt); in dt_set_stdout_pinctrl()
190 node = fdt_get_stdout_node_offset(fdt); in dt_get_stdout_uart_info()
/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_console.c162 node = fdt_get_stdout_node_offset(dtb); in fdt_get_uart_info()
/trusted-firmware-a-latest/common/
Dfdt_wrappers.c340 int fdt_get_stdout_node_offset(const void *dtb) in fdt_get_stdout_node_offset() function