Searched refs:handle_hash (Results 1 – 1 of 1) sorted by relevance
154 u32 handle_hash; in __of_phandle_cache_inv_entry() local160 handle_hash = of_phandle_cache_hash(handle); in __of_phandle_cache_inv_entry()162 np = phandle_cache[handle_hash]; in __of_phandle_cache_inv_entry()164 phandle_cache[handle_hash] = NULL; in __of_phandle_cache_inv_entry()1199 u32 handle_hash; in of_find_node_by_phandle() local1204 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle()1208 if (phandle_cache[handle_hash] && in of_find_node_by_phandle()1209 handle == phandle_cache[handle_hash]->phandle) in of_find_node_by_phandle()1210 np = phandle_cache[handle_hash]; in of_find_node_by_phandle()1216 phandle_cache[handle_hash] = np; in of_find_node_by_phandle()