Searched refs:remain (Results 1 – 4 of 4) sorted by relevance
57 u32 remain = 0x1000 - (offset & 0xfff); in hda_setup_bdle() local59 if (chunk > remain) in hda_setup_bdle()60 chunk = remain; in hda_setup_bdle()89 int remain, ioc; in hda_dsp_stream_setup_bdl() local100 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()
438 static u8 rt5677_spi_select_cmd(bool read, u32 align, u32 remain, u32 *len) in rt5677_spi_select_cmd() argument442 if (align == 4 || remain <= 4) { in rt5677_spi_select_cmd()447 *len = (((remain - 1) >> 3) + 1) << 3; in rt5677_spi_select_cmd()
577 int remain = priv->wov_burst_read ? 16000 : 320; in wov_read_audio() local580 while (remain >= 0) { in wov_read_audio()598 remain -= r.len; in wov_read_audio()
417 u32 remain = 0x1000 - (ofs & 0xfff); in setup_bdle() local419 if (chunk > remain) in setup_bdle()420 chunk = remain; in setup_bdle()