Home
last modified time | relevance | path

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

/sound/soc/intel/skylake/
Dskl-sst-cldma.c82 ctx->cl_dev.frags = 0; in skl_cldma_setup_bdle()
85 (ctx->cl_dev.frags * ctx->cl_dev.bufsize)); in skl_cldma_setup_bdle()
96 ctx->cl_dev.frags++; in skl_cldma_setup_bdle()
360 ctx->cl_dev.bufsize, ctx->cl_dev.frags); in skl_cldma_prepare()
Dskl-sst-cldma.h232 unsigned int frags; member
/sound/soc/sof/intel/
Dhda-stream.c41 if (stream->frags >= HDA_DSP_MAX_BDL_ENTRIES) { in hda_setup_bdle()
64 stream->frags++; in hda_setup_bdle()
68 stream->frags, chunk); in hda_setup_bdle()
104 stream->frags = 0; in hda_dsp_stream_setup_bdl()
429 hstream->frags = 0; in hda_dsp_stream_hw_params()
476 0xffff, (hstream->frags - 1)); in hda_dsp_stream_hw_params()
/sound/soc/txx9/
Dtxx9aclc.c95 dmadata->frags = 2; in txx9aclc_pcm_prepare()
98 dmadata->frags = dmadata->buffer_bytes / dmadata->period_bytes; in txx9aclc_pcm_prepare()
176 dmadata->frag_count = NR_DMA_CHAIN % dmadata->frags; in txx9aclc_dma_tasklet()
196 dmadata->frag_count %= dmadata->frags; in txx9aclc_dma_tasklet()
Dtxx9aclc.h55 int frags; member
/sound/hda/
Dhdac_stream.c216 snd_hdac_stream_writew(azx_dev, SD_LVI, azx_dev->frags - 1); in snd_hdac_stream_setup()
370 if (azx_dev->frags >= AZX_MAX_BDL_ENTRIES) in setup_bdle()
393 azx_dev->frags++; in setup_bdle()
426 azx_dev->frags = 0; in snd_hdac_stream_setup_periods()
698 azx_dev->frags = 0; in snd_hdac_dsp_prepare()
/sound/pci/lola/
Dlola_pcm.c315 if (str->frags >= LOLA_MAX_BDL_ENTRIES) in setup_bdle()
331 str->frags++; in setup_bdle()
354 str->frags = 0; in lola_setup_periods()
441 lola_dsd_write(chip, str->dsd, LVI, str->frags - 1); in lola_setup_controller()
Dlola.h289 unsigned int frags; member
/sound/pci/
Dintel8x0m.c164 int frags; member
398 ichdev->frags = 2; in snd_intel8x0m_setup_periods()
411 ichdev->frags = ichdev->size / ichdev->fragsize; in snd_intel8x0m_setup_periods()
416 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0m_setup_periods()
421 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize, in snd_intel8x0m_setup_periods()
460 ichdev->lvi_frag %= ichdev->frags; in snd_intel8x0m_update()
Dintel8x0.c344 int frags; member
674 ichdev->frags = 2; in snd_intel8x0_setup_periods()
689 ichdev->frags = ichdev->size / ichdev->fragsize; in snd_intel8x0_setup_periods()
694 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags; in snd_intel8x0_setup_periods()
699 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize, in snd_intel8x0_setup_periods()
744 ichdev->lvi_frag %= ichdev->frags; in snd_intel8x0_update()