Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dof-dma.c60 struct of_phandle_args dma_spec_target; in of_dma_router_xlate() local
64 memcpy(&dma_spec_target, dma_spec, sizeof(dma_spec_target)); in of_dma_router_xlate()
65 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate()
69 ofdma_target = of_dma_find_controller(&dma_spec_target); in of_dma_router_xlate()
77 chan = ofdma_target->of_dma_xlate(&dma_spec_target, ofdma_target); in of_dma_router_xlate()
101 of_node_put(dma_spec_target.np); in of_dma_router_xlate()