Lines Matching refs:soc_info
91 const struct i2s_soc_info *soc_info;
105 if (!i2s->soc_info->shared_fifo_flush) {
121 if (i2s->soc_info->shared_fifo_flush)
291 i2sdiv_max = GENMASK(i2s->soc_info->field_i2sdiv_playback.msb,
292 i2s->soc_info->field_i2sdiv_playback.lsb);
298 i2sdiv_max = GENMASK(i2s->soc_info->field_i2sdiv_capture.msb,
299 i2s->soc_info->field_i2sdiv_capture.lsb);
506 i2s->soc_info->field_rx_fifo_thresh);
512 i2s->soc_info->field_tx_fifo_thresh);
518 i2s->soc_info->field_i2sdiv_capture);
524 i2s->soc_info->field_i2sdiv_playback);
550 i2s->soc_info = device_get_match_data(dev);
582 i2s->soc_info->dai, 1);