ch_count_shift    320 sound/soc/xilinx/xlnx_formatter_pcm.c 	u32 ch_count_mask, ch_count_shift, data_xfer_mode, data_xfer_shift;
ch_count_shift    341 sound/soc/xilinx/xlnx_formatter_pcm.c 		ch_count_shift = CFG_MM2S_CH_SHIFT;
ch_count_shift    350 sound/soc/xilinx/xlnx_formatter_pcm.c 		ch_count_shift = CFG_S2MM_CH_SHIFT;
ch_count_shift    364 sound/soc/xilinx/xlnx_formatter_pcm.c 	stream_data->ch_limit = (val & ch_count_mask) >> ch_count_shift;