Lines Matching refs:node
133 struct device_node *node = pdev->dev.of_node; in ti_am335x_xbar_probe() local
140 if (!node) in ti_am335x_xbar_probe()
147 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_am335x_xbar_probe()
169 if (of_property_read_u32(node, "dma-requests", &xbar->xbar_events)) { in ti_am335x_xbar_probe()
191 ret = of_dma_router_register(node, ti_am335x_xbar_route_allocate, in ti_am335x_xbar_probe()
325 struct device_node *node = pdev->dev.of_node; in ti_dra7_xbar_probe() local
335 if (!node) in ti_dra7_xbar_probe()
342 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_dra7_xbar_probe()
370 if (of_property_read_u32(node, "dma-requests", &xbar->xbar_requests)) { in ti_dra7_xbar_probe()
377 if (!of_property_read_u32(node, "ti,dma-safe-map", &safe_val)) in ti_dra7_xbar_probe()
381 prop = of_find_property(node, "ti,reserved-dma-request-ranges", &sz); in ti_dra7_xbar_probe()
395 ret = of_property_read_u32_array(node, pname, (u32 *)rsv_events, in ti_dra7_xbar_probe()
428 ret = of_dma_router_register(node, ti_dra7_xbar_route_allocate, in ti_dra7_xbar_probe()