Lines Matching defs:dst_info
119 .dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE,
120 .dst_info.psize = STEDMA40_PSIZE_PHY_1,
121 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
133 .dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE,
134 .dst_info.psize = STEDMA40_PSIZE_LOG_1,
135 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
1422 return num_elt * d40c->dma_cfg.dst_info.data_width;
1755 d40_psize_2_burst_size(is_log, conf->dst_info.psize) *
1756 conf->dst_info.data_width) {
2141 struct stedma40_half_channel_info *dst_info = &cfg->dst_info;
2149 dst_info->data_width);
2155 dst_info->data_width,
2169 struct stedma40_half_channel_info *dst_info = &cfg->dst_info;
2180 src_info, dst_info, flags);
2186 dst_info, src_info, flags);
2208 cfg->dst_info.data_width);
2392 cfg.dst_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags);
2771 cfg->dst_info.data_width = dst_addr_width;
2778 ret = dma40_config_to_halfchannel(d40c, &cfg->dst_info,