Home
last modified time | relevance | path

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

/sound/soc/codecs/
Drt5677-spi.c82 static u8 rt5677_spi_select_cmd(bool read, u32 align, u32 remain, u32 *len) in rt5677_spi_select_cmd() argument
86 if (align == 4 || remain <= 4) { in rt5677_spi_select_cmd()
91 *len = (((remain - 1) >> 3) + 1) << 3; in rt5677_spi_select_cmd()
/sound/hda/
Dhdac_stream.c336 u32 remain = 0x1000 - (ofs & 0xfff); in setup_bdle() local
338 if (chunk > remain) in setup_bdle()
339 chunk = remain; in setup_bdle()