Searched refs:remain (Results 1 – 2 of 2) sorted by relevance
699 size_t remain = le32_to_cpu(region->len); in wm_adsp_load() local702 while (remain > 0) { in wm_adsp_load()703 if (remain < PAGE_SIZE) in wm_adsp_load()704 to_write = remain; in wm_adsp_load()729 remain -= to_write; in wm_adsp_load()
307 u32 remain = 0x1000 - (ofs & 0xfff); in setup_bdle() local308 if (chunk > remain) in setup_bdle()309 chunk = remain; in setup_bdle()