Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dbase.c161 static u32 of_phandle_cache_hash(phandle handle) in of_phandle_cache_hash() function
177 handle_hash = of_phandle_cache_hash(handle); in __of_phandle_cache_inv_entry()
200 if (np->phandle && !phandle_cache[of_phandle_cache_hash(np->phandle)]) in of_core_init()
201 phandle_cache[of_phandle_cache_hash(np->phandle)] = np; in of_core_init()
1173 handle_hash = of_phandle_cache_hash(handle); in of_find_node_by_phandle()