per_data_width     50 sound/soc/ux500/ux500_pcm.c 	u16 per_data_width, mem_data_width;
per_data_width     61 sound/soc/ux500/ux500_pcm.c 		per_data_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
per_data_width     64 sound/soc/ux500/ux500_pcm.c 		per_data_width = DMA_SLAVE_BUSWIDTH_2_BYTES;
per_data_width     67 sound/soc/ux500/ux500_pcm.c 		per_data_width = DMA_SLAVE_BUSWIDTH_1_BYTE;
per_data_width     70 sound/soc/ux500/ux500_pcm.c 		per_data_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
per_data_width     75 sound/soc/ux500/ux500_pcm.c 		dma_cfg->dst_info.data_width = per_data_width;
per_data_width     77 sound/soc/ux500/ux500_pcm.c 		dma_cfg->src_info.data_width = per_data_width;