Searched refs:dst_info (Results 1 – 2 of 2) sorted by relevance
53 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg()54 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg()89 if (cfg->dst_info.flow_ctrl == STEDMA40_NO_FLOW_CTRL) in d40_phy_cfg()106 if (cfg->dst_info.psize != STEDMA40_PSIZE_PHY_1) { in d40_phy_cfg()108 dst |= cfg->dst_info.psize << D40_SREG_CFG_PSIZE_POS; in d40_phy_cfg()114 dst |= d40_width_to_bits(cfg->dst_info.data_width) in d40_phy_cfg()125 if (cfg->dst_info.big_endian) in d40_phy_cfg()
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,1416 return num_elt * d40c->dma_cfg.dst_info.data_width; in d40_residue()1753 d40_psize_2_burst_size(is_log, conf->dst_info.psize) * in d40_validate_conf()1754 conf->dst_info.data_width) { in d40_validate_conf()2144 struct stedma40_half_channel_info *dst_info = &cfg->dst_info; in d40_prep_sg_log() local[all …]