Home
last modified time | relevance | path

Searched refs:of_dma_get_max_cpu_address (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dinit.c229 dt_zone_dma_bits = fls64(of_dma_get_max_cpu_address(NULL)); in zone_sizes_init()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dinit.c266 dt_zone_dma_bits = fls64(of_dma_get_max_cpu_address(NULL)); in zone_sizes_init()
/kernel/linux/linux-5.10/drivers/of/
H A Daddress.c1037 * of_dma_get_max_cpu_address - Gets highest CPU address suitable for DMA
1044 phys_addr_t __init of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function
1070 subtree_max_addr = of_dma_get_max_cpu_address(child); in of_dma_get_max_cpu_address()
H A Dunittest.c904 cpu_addr = of_dma_get_max_cpu_address(np); in of_unittest_dma_get_max_cpu_address()
906 "of_dma_get_max_cpu_address: wrong CPU addr %pad (expecting %x)\n", in of_unittest_dma_get_max_cpu_address()
/kernel/linux/linux-6.6/drivers/of/
H A Daddress.c1013 * of_dma_get_max_cpu_address - Gets highest CPU address suitable for DMA
1020 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()
H A Dunittest.c943 cpu_addr = of_dma_get_max_cpu_address(np); in of_unittest_dma_get_max_cpu_address()
945 "of_dma_get_max_cpu_address: wrong CPU addr %pad (expecting %x)\n", in of_unittest_dma_get_max_cpu_address()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h445 phys_addr_t of_dma_get_max_cpu_address(struct device_node *np);
858 static inline phys_addr_t of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function
/kernel/linux/linux-6.6/include/linux/
H A 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

Completed in 18 milliseconds