dst_info           90 drivers/dma/ste_dma40.c 	.dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE,
dst_info           91 drivers/dma/ste_dma40.c 	.dst_info.psize = STEDMA40_PSIZE_PHY_1,
dst_info           92 drivers/dma/ste_dma40.c 	.dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
dst_info          104 drivers/dma/ste_dma40.c 	.dst_info.data_width = DMA_SLAVE_BUSWIDTH_1_BYTE,
dst_info          105 drivers/dma/ste_dma40.c 	.dst_info.psize = STEDMA40_PSIZE_LOG_1,
dst_info          106 drivers/dma/ste_dma40.c 	.dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL,
dst_info         1397 drivers/dma/ste_dma40.c 	return num_elt * d40c->dma_cfg.dst_info.data_width;
dst_info         1731 drivers/dma/ste_dma40.c 	    d40_psize_2_burst_size(is_log, conf->dst_info.psize) *
dst_info         1732 drivers/dma/ste_dma40.c 	    conf->dst_info.data_width) {
dst_info         2117 drivers/dma/ste_dma40.c 	struct stedma40_half_channel_info *dst_info = &cfg->dst_info;
dst_info         2125 drivers/dma/ste_dma40.c 				dst_info->data_width);
dst_info         2131 drivers/dma/ste_dma40.c 				dst_info->data_width,
dst_info         2145 drivers/dma/ste_dma40.c 	struct stedma40_half_channel_info *dst_info = &cfg->dst_info;
dst_info         2156 drivers/dma/ste_dma40.c 				src_info, dst_info, flags);
dst_info         2162 drivers/dma/ste_dma40.c 				dst_info, src_info, flags);
dst_info         2184 drivers/dma/ste_dma40.c 					cfg->dst_info.data_width);
dst_info         2369 drivers/dma/ste_dma40.c 		cfg.dst_info.big_endian = D40_DT_FLAGS_BIG_ENDIAN(flags);
dst_info         2748 drivers/dma/ste_dma40.c 	cfg->dst_info.data_width = dst_addr_width;
dst_info         2755 drivers/dma/ste_dma40.c 	ret = dma40_config_to_halfchannel(d40c, &cfg->dst_info,
dst_info           53 drivers/dma/ste_dma40_ll.c 	l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS;
dst_info           54 drivers/dma/ste_dma40_ll.c 	l3 |= d40_width_to_bits(cfg->dst_info.data_width)
dst_info           89 drivers/dma/ste_dma40_ll.c 		if (cfg->dst_info.flow_ctrl == STEDMA40_NO_FLOW_CTRL)
dst_info          106 drivers/dma/ste_dma40_ll.c 	if (cfg->dst_info.psize != STEDMA40_PSIZE_PHY_1) {
dst_info          108 drivers/dma/ste_dma40_ll.c 		dst |= cfg->dst_info.psize << D40_SREG_CFG_PSIZE_POS;
dst_info          114 drivers/dma/ste_dma40_ll.c 	dst |= d40_width_to_bits(cfg->dst_info.data_width)
dst_info          125 drivers/dma/ste_dma40_ll.c 	if (cfg->dst_info.big_endian)
dst_info          168 drivers/media/platform/rockchip/rga/rga-hw.c 	union rga_dst_info dst_info;
dst_info          190 drivers/media/platform/rockchip/rga/rga-hw.c 	dst_info.val = dest[(RGA_DST_INFO - RGA_MODE_BASE_REG) >> 2];
dst_info          200 drivers/media/platform/rockchip/rga/rga-hw.c 	dst_info.data.format = ctx->out.fmt->hw_format;
dst_info          201 drivers/media/platform/rockchip/rga/rga-hw.c 	dst_info.data.swap = ctx->out.fmt->color_swap;
dst_info          221 drivers/media/platform/rockchip/rga/rga-hw.c 			dst_info.data.csc_mode = RGA_SRC_CSC_MODE_BT709_R0;
dst_info          224 drivers/media/platform/rockchip/rga/rga-hw.c 			dst_info.data.csc_mode = RGA_DST_CSC_MODE_BT601_R0;
dst_info          349 drivers/media/platform/rockchip/rga/rga-hw.c 	dest[(RGA_DST_INFO - RGA_MODE_BASE_REG) >> 2] = dst_info.val;
dst_info          115 include/linux/platform_data/dma-ste-dma40.h 	struct stedma40_half_channel_info	 dst_info;
dst_info           75 sound/soc/ux500/ux500_pcm.c 		dma_cfg->dst_info.data_width = per_data_width;
dst_info           78 sound/soc/ux500/ux500_pcm.c 		dma_cfg->dst_info.data_width = mem_data_width;