rv_i2s_data 183 sound/soc/amd/raven/acp3x-pcm-dma.c struct i2s_dev_data *rv_i2s_data = dev_id; rv_i2s_data 185 sound/soc/amd/raven/acp3x-pcm-dma.c if (!rv_i2s_data) rv_i2s_data 190 sound/soc/amd/raven/acp3x-pcm-dma.c val = rv_readl(rv_i2s_data->acp3x_base + mmACP_EXTERNAL_INTR_STAT); rv_i2s_data 191 sound/soc/amd/raven/acp3x-pcm-dma.c if ((val & BIT(BT_TX_THRESHOLD)) && rv_i2s_data->play_stream) { rv_i2s_data 192 sound/soc/amd/raven/acp3x-pcm-dma.c rv_writel(BIT(BT_TX_THRESHOLD), rv_i2s_data->acp3x_base + rv_i2s_data 194 sound/soc/amd/raven/acp3x-pcm-dma.c snd_pcm_period_elapsed(rv_i2s_data->play_stream); rv_i2s_data 198 sound/soc/amd/raven/acp3x-pcm-dma.c if ((val & BIT(BT_RX_THRESHOLD)) && rv_i2s_data->capture_stream) { rv_i2s_data 199 sound/soc/amd/raven/acp3x-pcm-dma.c rv_writel(BIT(BT_RX_THRESHOLD), rv_i2s_data->acp3x_base + rv_i2s_data 201 sound/soc/amd/raven/acp3x-pcm-dma.c snd_pcm_period_elapsed(rv_i2s_data->capture_stream);