Home
last modified time | relevance | path

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

/components/drivers/dma/
A Ddma_pool.c178 struct rt_ofw_node *mem_np, *np = dev->ofw_node; in ofw_device_dma_ops() local
184 if (!(mem_np = rt_ofw_find_node_by_phandle(phandle))) in ofw_device_dma_ops()
194 if ((err = rt_ofw_get_address(mem_np, 0, &addr, &size))) in ofw_device_dma_ops()
196 LOG_E("%s: Read '%s' error = %s", rt_ofw_node_full_name(mem_np), in ofw_device_dma_ops()
199 rt_ofw_node_put(mem_np); in ofw_device_dma_ops()
207 rt_ofw_node_put(mem_np); in ofw_device_dma_ops()
214 if (rt_ofw_prop_read_bool(mem_np, "no-map")) in ofw_device_dma_ops()

Completed in 6 milliseconds