Searched refs:max_phandle (Results 1 – 2 of 2) 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()
52 uint32_t max_phandle = 0; in fdt_get_max_phandle() local60 return max_phandle; in fdt_get_max_phandle()69 if (phandle > max_phandle) in fdt_get_max_phandle()70 max_phandle = phandle; in fdt_get_max_phandle()