Lines Matching refs:r5or6_blocks_per_row
5118 u32 r5or6_blocks_per_row;
5303 r5or6_blocks_per_row =
5306 if (r5or6_blocks_per_row == 0) {
5310 stripesize = r5or6_blocks_per_row *
5316 (void) do_div(tmpdiv, r5or6_blocks_per_row);
5321 (void) do_div(tmpdiv, r5or6_blocks_per_row);
5324 first_group = (first_block % stripesize) / r5or6_blocks_per_row;
5325 last_group = (last_block % stripesize) / r5or6_blocks_per_row;
5352 first_row_offset = (u32) do_div(tmpdiv, r5or6_blocks_per_row);
5357 r5or6_last_row_offset = do_div(tmpdiv, r5or6_blocks_per_row);
5367 r5or6_blocks_per_row);
5371 r5or6_blocks_per_row);