Home
last modified time | relevance | path

Searched refs:chan_id (Results 1 – 4 of 4) sorted by relevance

/sound/soc/xilinx/
Dxlnx_i2s.c42 u32 reg_off, chan_id; in xlnx_i2s_hw_params() local
45 chan_id = params_channels(params) / 2; in xlnx_i2s_hw_params()
47 while (chan_id > 0) { in xlnx_i2s_hw_params()
48 reg_off = I2S_CH0_OFFSET + ((chan_id - 1) * 4); in xlnx_i2s_hw_params()
49 writel(chan_id, base + reg_off); in xlnx_i2s_hw_params()
50 chan_id--; in xlnx_i2s_hw_params()
/sound/soc/pxa/
Dmmp-pcm.c89 (chan->chan_id == dma_data->dma_res->start)) { in filter()
/sound/soc/intel/common/
Dsst-dsp.h259 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id);
Dsst-firmware.c217 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id) in sst_dsp_dma_get_channel() argument