Lines Matching refs:remainder
809 size_t remainder; member
871 BUG_ON(bd->remainder < len); in pl08x_fill_lli_for_desc()
873 bd->remainder -= len; in pl08x_fill_lli_for_desc()
965 bd.remainder = dsg->len; in pl08x_fill_llis_for_desc()
979 bd.remainder); in pl08x_fill_llis_for_desc()
1005 if (!bd.remainder) { in pl08x_fill_llis_for_desc()
1036 if (bd.remainder < mbus->buswidth) in pl08x_fill_llis_for_desc()
1037 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1041 if ((bd.remainder - early_bytes) < mbus->buswidth) in pl08x_fill_llis_for_desc()
1042 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1048 __func__, bd.remainder); in pl08x_fill_llis_for_desc()
1053 if (bd.remainder) { in pl08x_fill_llis_for_desc()
1080 while (bd.remainder > (mbus->buswidth - 1)) { in pl08x_fill_llis_for_desc()
1087 lli_len = min(bd.remainder, max_bytes_per_lli); in pl08x_fill_llis_for_desc()
1102 __func__, lli_len, bd.remainder); in pl08x_fill_llis_for_desc()
1114 if (bd.remainder) { in pl08x_fill_llis_for_desc()
1117 __func__, bd.remainder); in pl08x_fill_llis_for_desc()
1119 bd.remainder, num_llis++, &total_bytes); in pl08x_fill_llis_for_desc()