Lines Matching defs:of_chan
752 static int axi_dmac_parse_chan_dt(struct device_node *of_chan,
758 ret = of_property_read_u32(of_chan, "reg", &val);
766 ret = of_property_read_u32(of_chan, "adi,source-bus-type", &val);
773 ret = of_property_read_u32(of_chan, "adi,destination-bus-type", &val);
780 ret = of_property_read_u32(of_chan, "adi,source-bus-width", &val);
785 ret = of_property_read_u32(of_chan, "adi,destination-bus-width", &val);
797 struct device_node *of_channels, *of_chan;
804 for_each_child_of_node(of_channels, of_chan) {
805 ret = axi_dmac_parse_chan_dt(of_chan, &dmac->chan);
807 of_node_put(of_chan);