Home
last modified time | relevance | path

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

/external/dtc/libfdt/
Dfdt_ro.c93 uint32_t max_phandle = 0; in fdt_get_max_phandle() local
101 return max_phandle; in fdt_get_max_phandle()
110 if (phandle > max_phandle) in fdt_get_max_phandle()
111 max_phandle = phandle; in fdt_get_max_phandle()