Lines Matching refs:remainder
807 size_t remainder; member
869 BUG_ON(bd->remainder < len); in pl08x_fill_lli_for_desc()
871 bd->remainder -= len; in pl08x_fill_lli_for_desc()
963 bd.remainder = dsg->len; in pl08x_fill_llis_for_desc()
977 bd.remainder); in pl08x_fill_llis_for_desc()
1003 if (!bd.remainder) { in pl08x_fill_llis_for_desc()
1034 if (bd.remainder < mbus->buswidth) in pl08x_fill_llis_for_desc()
1035 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1039 if ((bd.remainder - early_bytes) < mbus->buswidth) in pl08x_fill_llis_for_desc()
1040 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1046 __func__, bd.remainder); in pl08x_fill_llis_for_desc()
1051 if (bd.remainder) { in pl08x_fill_llis_for_desc()
1078 while (bd.remainder > (mbus->buswidth - 1)) { in pl08x_fill_llis_for_desc()
1085 lli_len = min(bd.remainder, max_bytes_per_lli); in pl08x_fill_llis_for_desc()
1100 __func__, lli_len, bd.remainder); in pl08x_fill_llis_for_desc()
1112 if (bd.remainder) { in pl08x_fill_llis_for_desc()
1115 __func__, bd.remainder); in pl08x_fill_llis_for_desc()
1117 bd.remainder, num_llis++, &total_bytes); in pl08x_fill_llis_for_desc()