Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dcacheinfo.c68 np = of_find_next_cache_node(np); in cache_setup_of_node()
/linux-4.1.27/arch/powerpc/kernel/
Dsmp.c629 cache = of_find_next_cache_node(np); in cpu_to_l2cache()
Dcacheinfo.c439 while ((subcache_node = of_find_next_cache_node(cache->ofnode))) { in do_subsidiary_caches()
/linux-4.1.27/include/linux/
Dof.h271 extern struct device_node *of_find_next_cache_node(const struct device_node *);
/linux-4.1.27/drivers/of/
Dbase.c2079 struct device_node *of_find_next_cache_node(const struct device_node *np) in of_find_next_cache_node() function