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

  /src/sys/external/bsd/libfdt/dist/
libfdt.h 1437 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) function in typeref:typename:int
1451 return fdt_property_u32(fdt, name, val);
libfdt.h 1437 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) function in typeref:typename:int
1451 return fdt_property_u32(fdt, name, val);

Completed in 24 milliseconds