Home
last modified time | relevance | path

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

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