Searched defs:chosen_off (Results 1 - 5 of 5) sorted by relevance
| /src/sys/arch/arm/rockchip/ | ||
| H A D | rk_platform.c | 84 const int chosen_off = fdt_path_offset(fdt_data, "/chosen"); local in function:rk_platform_bootstrap |
| /src/sys/arch/arm/xilinx/ | ||
| H A D | zynq_platform.c | 225 const int chosen_off = fdt_path_offset(fdt_data, "/chosen"); local in function:zynq_platform_bootstrap |
| /src/sys/dev/fdt/ | ||
| H A D | fdt_boot.c | 351 const int chosen_off = fdt_path_offset(fdtbus_get_data(), "/chosen"); local in function:fdt_map_efi_runtime 381 const int chosen_off = fdt_path_offset(fdt, "/chosen"); local in function:fdt_update_stdout_path |
| /src/sys/arch/arm/sunxi/ | ||
| H A D | sunxi_platform.c | 278 const int chosen_off = fdt_path_offset(fdt_data, "/chosen"); local in function:sunxi_platform_bootstrap |
| /src/sys/arch/arm/amlogic/ | ||
| H A D | meson_platform.c | 273 const int chosen_off = fdt_path_offset(fdt_data, "/chosen"); local in function:meson_platform_bootstrap |
Completed in 5 milliseconds