Searched refs:max_phandle (Results 1 – 1 of 1) sorted by relevance
93 uint32_t max_phandle = 0; in fdt_get_max_phandle() local101 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()