Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dinit.c147 dt_zone_dma_limit = of_dma_get_max_cpu_address(NULL); in dma_limits_init()
/linux/drivers/of/
H A Daddress.c975 phys_addr_t __init of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function
1000 subtree_max_addr = of_dma_get_max_cpu_address(child); in of_dma_get_max_cpu_address()
/linux/include/linux/
H A Dof.h480 phys_addr_t of_dma_get_max_cpu_address(struct device_node *np);
975 static inline phys_addr_t of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function