Searched refs:frags (Results 1 – 9 of 9) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-sst-cldma.c | 83 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()
|
D | skl-sst-cldma.h | 232 unsigned int frags; member
|
/sound/soc/sof/intel/ |
D | hda-stream.c | 72 if (hstream->frags >= HDA_DSP_MAX_BDL_ENTRIES) { in hda_setup_bdle() 95 hstream->frags++; in hda_setup_bdle() 132 hstream->frags = 0; in hda_dsp_stream_setup_bdl() 428 hstream->frags = 0; in hda_dsp_iccmax_stream_hw_params() 452 0xffff, (hstream->frags - 1)); in hda_dsp_iccmax_stream_hw_params() 569 hstream->frags = 0; in hda_dsp_stream_hw_params() 621 0xffff, (hstream->frags - 1)); in hda_dsp_stream_hw_params()
|
D | hda-loader-skl.c | 275 int frags; in cl_stream_prepare_skl() local 292 frags = cl_skl_cldma_setup_bdle(sdev, dmab, &bdl, bufsize, 1); in cl_stream_prepare_skl() 293 cl_skl_cldma_setup_controller(sdev, dmab_bdl, bufsize, frags); in cl_stream_prepare_skl()
|
/sound/hda/ |
D | hdac_stream.c | 268 snd_hdac_stream_writew(azx_dev, SD_LVI, azx_dev->frags - 1); in snd_hdac_stream_setup() 437 if (azx_dev->frags >= AZX_MAX_BDL_ENTRIES) in setup_bdle() 460 azx_dev->frags++; in setup_bdle() 493 azx_dev->frags = 0; in snd_hdac_stream_setup_periods() 764 azx_dev->frags = 0; in snd_hdac_dsp_prepare()
|
/sound/pci/lola/ |
D | lola_pcm.c | 314 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()
|
D | lola.h | 289 unsigned int frags; member
|
/sound/pci/ |
D | intel8x0m.c | 149 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()
|
D | intel8x0.c | 321 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()
|