Home
last modified time | relevance | path

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

/drivers/of/
A Daddress.c970 phys_addr_t max_cpu_addr = PHYS_ADDR_MAX; in of_dma_get_max_cpu_address() local
989 if (max_cpu_addr > cpu_end) in of_dma_get_max_cpu_address()
990 max_cpu_addr = cpu_end; in of_dma_get_max_cpu_address()
995 if (max_cpu_addr > subtree_max_addr) in of_dma_get_max_cpu_address()
996 max_cpu_addr = subtree_max_addr; in of_dma_get_max_cpu_address()
999 return max_cpu_addr; in of_dma_get_max_cpu_address()

Completed in 5 milliseconds