Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 4 of 4) sorted by relevance

/sound/soc/sof/intel/
Dhda-stream.c57 u32 remain = 0x1000 - (offset & 0xfff); in hda_setup_bdle() local
59 if (chunk > remain) in hda_setup_bdle()
60 chunk = remain; in hda_setup_bdle()
89 int remain, ioc; in hda_dsp_stream_setup_bdl() local
100 remain = stream->bufsize % period_bytes; in hda_dsp_stream_setup_bdl()
101 if (remain) in hda_dsp_stream_setup_bdl()
117 if (i == (periods - 1) && remain) in hda_dsp_stream_setup_bdl()
121 remain, 0); in hda_dsp_stream_setup_bdl()
/sound/soc/codecs/
Drt5677-spi.c438 static u8 rt5677_spi_select_cmd(bool read, u32 align, u32 remain, u32 *len) in rt5677_spi_select_cmd() argument
442 if (align == 4 || remain <= 4) { in rt5677_spi_select_cmd()
447 *len = (((remain - 1) >> 3) + 1) << 3; in rt5677_spi_select_cmd()
Dcros_ec_codec.c577 int remain = priv->wov_burst_read ? 16000 : 320; in wov_read_audio() local
580 while (remain >= 0) { in wov_read_audio()
598 remain -= r.len; in wov_read_audio()
/sound/hda/
Dhdac_stream.c417 u32 remain = 0x1000 - (ofs & 0xfff); in setup_bdle() local
419 if (chunk > remain) in setup_bdle()
420 chunk = remain; in setup_bdle()