HomeSort by: relevance | last modified time | path
    Searched refs:fdt_appendprop_u64 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/stand/efiboot/
efifdt.c 281 fdt_appendprop_u64(fdt_data, chosen, "netbsd,uefi-memmap", md->PhysicalStart);
282 fdt_appendprop_u64(fdt_data, chosen, "netbsd,uefi-memmap", md->NumberOfPages);
283 fdt_appendprop_u64(fdt_data, chosen, "netbsd,uefi-memmap", md->Attribute);
317 fdt_appendprop_u64(fdt_data, memory, "reg",
324 fdt_appendprop_u64(fdt_data, memory, "reg",
385 fdt_appendprop_u64(fdt_data, fb, "reg", mode->FrameBufferBase);
386 fdt_appendprop_u64(fdt_data, fb, "reg", mode->FrameBufferSize);
515 fdt_appendprop_u64(fdt_data, chosen, "netbsd,modules", module_addr);
516 fdt_appendprop_u64(fdt_data, chosen, "netbsd,modules", module_size);
775 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen")
    [all...]
  /src/sys/external/bsd/libfdt/dist/
libfdt.h 1827 * fdt_appendprop_u64 - append a 64-bit integer value to a property
1833 * fdt_appendprop_u64() appends the given 64-bit integer value
1854 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, function in typeref:typename:int

Completed in 15 milliseconds