Lines Matching defs:dst_info
90 .dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE,
91 .dst_info.psize = STEDMA40_PSIZE_PHY_1,
92 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
104 .dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE,
105 .dst_info.psize = STEDMA40_PSIZE_LOG_1,
106 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
1397 return num_elt * d40c->dma_cfg.dst_info.data_width;
1731 d40_psize_2_burst_size(is_log, conf->dst_info.psize) *
1732 conf->dst_info.data_width) {
2117 struct stedma40_half_channel_info *dst_info = &cfg->dst_info;
2125 dst_info->data_width);
2131 dst_info->data_width,
2145 struct stedma40_half_channel_info *dst_info = &cfg->dst_info;
2156 src_info, dst_info, flags);
2162 dst_info, src_info, flags);
2184 cfg->dst_info.data_width);
2369 cfg.dst_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags);
2748 cfg->dst_info.data_width = dst_addr_width;
2755 ret = dma40_config_to_halfchannel(d40c, &cfg->dst_info,