Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dinit.c237 dt_zone_dma_bits = fls64(of_dma_get_max_cpu_address(NULL)); in zone_sizes_init()
/OK3568_Linux_fs/kernel/drivers/of/
H A Daddress.c1035 phys_addr_t __init of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function
1061 subtree_max_addr = of_dma_get_max_cpu_address(child); in of_dma_get_max_cpu_address()
H A Dunittest.c886 cpu_addr = of_dma_get_max_cpu_address(np); in of_unittest_dma_get_max_cpu_address()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h561 phys_addr_t of_dma_get_max_cpu_address(struct device_node *np);
1005 static inline phys_addr_t of_dma_get_max_cpu_address(struct device_node *np) in of_dma_get_max_cpu_address() function