Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/libfdt/
Dlibfdt.h994 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function
1006 return fdt_property_u32(fdt, name, val); in fdt_property_cell()