Searched refs:subtree_max_addr (Results 1 – 1 of 1) sorted by relevance
1012 phys_addr_t subtree_max_addr; in of_dma_get_max_cpu_address() local1034 subtree_max_addr = of_dma_get_max_cpu_address(child); in of_dma_get_max_cpu_address()1035 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()1036 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()