Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
Dlibfdt.h1030 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function
1042 return fdt_property_u32(fdt, name, val); in fdt_property_cell()