Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dprom.h64 struct device_node *of_find_next_cache_node(struct device_node *np);
/linux-2.6.39/arch/powerpc/kernel/
Dsmp.c525 cache = of_find_next_cache_node(np); in cpu_to_l2cache()
Dprom.c769 struct device_node *of_find_next_cache_node(struct device_node *np) in of_find_next_cache_node() function
Dcacheinfo.c412 while ((subcache_node = of_find_next_cache_node(cache->ofnode))) { in do_subsidiary_caches()