Lines Matching refs:r5or6_blocks_per_row
5122 u32 r5or6_blocks_per_row;
5307 r5or6_blocks_per_row =
5310 if (r5or6_blocks_per_row == 0) {
5314 stripesize = r5or6_blocks_per_row *
5320 (void) do_div(tmpdiv, r5or6_blocks_per_row);
5325 (void) do_div(tmpdiv, r5or6_blocks_per_row);
5328 first_group = (first_block % stripesize) / r5or6_blocks_per_row;
5329 last_group = (last_block % stripesize) / r5or6_blocks_per_row;
5356 first_row_offset = (u32) do_div(tmpdiv, r5or6_blocks_per_row);
5361 r5or6_last_row_offset = do_div(tmpdiv, r5or6_blocks_per_row);
5371 r5or6_blocks_per_row);
5375 r5or6_blocks_per_row);