Home
last modified time | relevance | path

Searched refs:frags (Results 1 – 8 of 8) sorted by relevance

/sound/soc/sof/intel/
Dhda-stream.c44 if (stream->frags >= HDA_DSP_MAX_BDL_ENTRIES) { in hda_setup_bdle()
67 stream->frags++; in hda_setup_bdle()
71 stream->frags, chunk); in hda_setup_bdle()
107 stream->frags = 0; in hda_dsp_stream_setup_bdl()
359 hstream->frags = 0; in hda_dsp_iccmax_stream_hw_params()
383 0xffff, (hstream->frags - 1)); in hda_dsp_iccmax_stream_hw_params()
520 hstream->frags = 0; in hda_dsp_stream_hw_params()
567 0xffff, (hstream->frags - 1)); in hda_dsp_stream_hw_params()
/sound/soc/intel/skylake/
Dskl-sst-cldma.c83 ctx->cl_dev.frags = 0; in skl_cldma_setup_bdle()
86 (ctx->cl_dev.frags * ctx->cl_dev.bufsize)); in skl_cldma_setup_bdle()
97 ctx->cl_dev.frags++; in skl_cldma_setup_bdle()
361 ctx->cl_dev.bufsize, ctx->cl_dev.frags); in skl_cldma_prepare()
Dskl-sst-cldma.h232 unsigned int frags; member
/sound/hda/
Dhdac_stream.c250 snd_hdac_stream_writew(azx_dev, SD_LVI, azx_dev->frags - 1); in snd_hdac_stream_setup()
406 if (azx_dev->frags >= AZX_MAX_BDL_ENTRIES) in setup_bdle()
429 azx_dev->frags++; in setup_bdle()
462 azx_dev->frags = 0; in snd_hdac_stream_setup_periods()
733 azx_dev->frags = 0; in snd_hdac_dsp_prepare()
/sound/pci/lola/
Dlola_pcm.c314 if (str->frags >= LOLA_MAX_BDL_ENTRIES) in setup_bdle()
330 str->frags++; in setup_bdle()
353 str->frags = 0; in lola_setup_periods()
440 lola_dsd_write(chip, str->dsd, LVI, str->frags - 1); in lola_setup_controller()
Dlola.h289 unsigned int frags; member
/sound/pci/
Dintel8x0m.c149 int frags; member
384 ichdev->frags = 2; in snd_intel8x0m_setup_periods()
397 ichdev->frags = ichdev->size / ichdev->fragsize; in snd_intel8x0m_setup_periods()
402 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0m_setup_periods()
407 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize, in snd_intel8x0m_setup_periods()
446 ichdev->lvi_frag %= ichdev->frags; in snd_intel8x0m_update()
Dintel8x0.c321 int frags; member
654 ichdev->frags = 2; in snd_intel8x0_setup_periods()
669 ichdev->frags = ichdev->size / ichdev->fragsize; in snd_intel8x0_setup_periods()
674 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0_setup_periods()
679 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize, in snd_intel8x0_setup_periods()
727 ichdev->lvi_frag %= ichdev->frags; in snd_intel8x0_update()