Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/of/
Doverlay.c972 void *new_fdt_align; in of_overlay_fdt_apply() local
1027 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()
1028 memcpy(new_fdt_align, overlay_fdt, size); in of_overlay_fdt_apply()
1030 overlay_mem = of_fdt_unflatten_tree(new_fdt_align, NULL, in of_overlay_fdt_apply()