Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Draw.c39 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, uint64_t val, bool is_u64) in fdt_setprop_uxx() function
189 fdt_setprop_uxx(fdt, chosen_offset, initrd_name, initrd_addr, is_u64); in fdt_install_initrd()
192 fdt_setprop_uxx(fdt, chosen_offset, initrd_name, initrd_addr + initrd_size, is_u64); in fdt_install_initrd()
/components/drivers/include/drivers/
A Dofw_raw.h53 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, uint64_t val, bool is_u64);

Completed in 6 milliseconds