Lines Matching refs:dma_node
134 struct device_node *dma_node; in ti_am335x_xbar_probe() local
146 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_am335x_xbar_probe()
147 if (!dma_node) { in ti_am335x_xbar_probe()
152 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe()
155 of_node_put(dma_node); in ti_am335x_xbar_probe()
159 if (of_property_read_u32(dma_node, "dma-requests", in ti_am335x_xbar_probe()
166 of_node_put(dma_node); in ti_am335x_xbar_probe()
321 struct device_node *dma_node; in ti_dra7_xbar_probe() local
336 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_dra7_xbar_probe()
337 if (!dma_node) { in ti_dra7_xbar_probe()
342 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe()
345 of_node_put(dma_node); in ti_dra7_xbar_probe()
349 if (of_property_read_u32(dma_node, "dma-requests", in ti_dra7_xbar_probe()
356 of_node_put(dma_node); in ti_dra7_xbar_probe()