Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dinit.c131 dt_zone_dma_limit = of_dma_get_max_cpu_address(NULL); in zone_sizes_init()
/linux/drivers/of/
H A Daddress.c961 * of_dma_get_max_cpu_address - Gets highest CPU address suitable for DMA
968 phys_addr_t __init of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function
994 subtree_max_addr = of_dma_get_max_cpu_address(child); in of_dma_get_max_cpu_address()
H A Dunittest.c1108 cpu_addr = of_dma_get_max_cpu_address(np); in of_unittest_dma_get_max_cpu_address()
1110 "of_dma_get_max_cpu_address: wrong CPU addr %pad (expecting %x)\n", in of_unittest_dma_get_max_cpu_address()
/linux/include/linux/
H A Dof.h463 phys_addr_t of_dma_get_max_cpu_address(struct device_node *np);
908 static inline phys_addr_t of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function