Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Dfdt.c42 u32 fdt_val32; in update_fdt() local
131 fdt_val32 = U32_MAX; /* placeholder */ in update_fdt()
133 &fdt_val32, sizeof(fdt_val32)); in update_fdt()
138 &fdt_val32, sizeof(fdt_val32)); in update_fdt()
143 &fdt_val32, sizeof(fdt_val32)); in update_fdt()
174 u32 fdt_val32; in update_fdt_memmap() local
186 fdt_val32 = cpu_to_fdt32(*map->map_size); in update_fdt_memmap()
188 &fdt_val32, sizeof(fdt_val32)); in update_fdt_memmap()
192 fdt_val32 = cpu_to_fdt32(*map->desc_size); in update_fdt_memmap()
194 &fdt_val32, sizeof(fdt_val32)); in update_fdt_memmap()
[all …]