Searched refs:max_phandle (Results 1 - 1 of 1) sorted by relevance

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_ro.c149 uint32_t max_phandle = 0; local
157 return max_phandle;
166 if (phandle > max_phandle)
167 max_phandle = phandle;

Completed in 71 milliseconds