Searched refs:fdt_appendprop_u64 (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/stand/efiboot/ |
H A D | efifdt.c | 317 fdt_appendprop_u64(fdt_data, memory, "reg", in efi_fdt_memory_map() 324 fdt_appendprop_u64(fdt_data, memory, "reg", in efi_fdt_memory_map() 764 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 766 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 768 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 773 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 775 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 777 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 782 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() 784 fdt_appendprop_u64(fdt, fdt_path_offset(fdt, "/chosen"), in arch_set_virtual_address_map() [all …]
|
/netbsd/external/gpl2/dtc/dist/tests/ |
H A D | appendprop2.c | 45 CHECK(fdt_appendprop_u64(fdt, 0, "prop-int64", TEST_VALUE64_1)); in main()
|
H A D | appendprop1.c | 51 CHECK(fdt_appendprop_u64(fdt, 0, "prop-int64", TEST_VALUE64_1)); in main()
|
/netbsd/sys/external/bsd/libfdt/dist/ |
H A D | libfdt.h | 1854 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64() function
|