Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/mm/
Dinit.c266 dt_zone_dma_bits = fls64(of_dma_get_max_cpu_address(NULL)); in zone_sizes_init()
/linux-6.6.21/drivers/of/
Daddress.c1020 phys_addr_t __init of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function
1046 subtree_max_addr = of_dma_get_max_cpu_address(child); in of_dma_get_max_cpu_address()
Dunittest.c943 cpu_addr = of_dma_get_max_cpu_address(np); in of_unittest_dma_get_max_cpu_address()
/linux-6.6.21/include/linux/
Dof.h448 phys_addr_t of_dma_get_max_cpu_address(struct device_node *np);
868 static inline phys_addr_t of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function