Home
last modified time | relevance | path

Searched refs:dst_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/
H A Dste_dma40_ll.c54 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg()
55 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg()
90 if (cfg->dst_info.flow_ctrl == STEDMA40_NO_FLOW_CTRL) in d40_phy_cfg()
107 if (cfg->dst_info.psize != STEDMA40_PSIZE_PHY_1) { in d40_phy_cfg()
109 dst |= cfg->dst_info.psize << D40_SREG_CFG_PSIZE_POS; in d40_phy_cfg()
115 dst |= d40_width_to_bits(cfg->dst_info.data_width) in d40_phy_cfg()
126 if (cfg->dst_info.big_endian) in d40_phy_cfg()
H A Dste_dma40.h104 struct stedma40_half_channel_info dst_info; member