Lines Matching refs:of_chan
748 static int axi_dmac_parse_chan_dt(struct device_node *of_chan,
754 ret = of_property_read_u32(of_chan, "reg", &val);
762 ret = of_property_read_u32(of_chan, "adi,source-bus-type", &val);
769 ret = of_property_read_u32(of_chan, "adi,destination-bus-type", &val);
776 ret = of_property_read_u32(of_chan, "adi,source-bus-width", &val);
781 ret = of_property_read_u32(of_chan, "adi,destination-bus-width", &val);
793 struct device_node *of_channels, *of_chan;
800 for_each_child_of_node(of_channels, of_chan) {
801 ret = axi_dmac_parse_chan_dt(of_chan, &dmac->chan);
803 of_node_put(of_chan);