active_ch         429 sound/soc/xilinx/xlnx_formatter_pcm.c 	u32 low, high, active_ch, val, bytes_per_ch, bits_per_sample;
active_ch         439 sound/soc/xilinx/xlnx_formatter_pcm.c 	active_ch = params_channels(params);
active_ch         440 sound/soc/xilinx/xlnx_formatter_pcm.c 	if (active_ch > stream_data->ch_limit)
active_ch         491 sound/soc/xilinx/xlnx_formatter_pcm.c 	val |= active_ch << AUD_CTRL_ACTIVE_CH_SHIFT;
active_ch         497 sound/soc/xilinx/xlnx_formatter_pcm.c 	bytes_per_ch = DIV_ROUND_UP(params_period_bytes(params), active_ch);