Searched refs:max_phandle (Results 1 – 2 of 2) sorted by relevance
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()
94 uint32_t max_phandle = 0; in fdt_get_max_phandle() local102 return max_phandle; in fdt_get_max_phandle()111 if (phandle > max_phandle) in fdt_get_max_phandle()112 max_phandle = phandle; in fdt_get_max_phandle()