r5or6_last_row_offset 5090 drivers/scsi/hpsa.c 	u32 r5or6_first_row_offset, r5or6_last_row_offset;
r5or6_last_row_offset 5314 drivers/scsi/hpsa.c 		r5or6_last_row_offset = do_div(tmpdiv, stripesize);
r5or6_last_row_offset 5315 drivers/scsi/hpsa.c 		tmpdiv = r5or6_last_row_offset;
r5or6_last_row_offset 5316 drivers/scsi/hpsa.c 		r5or6_last_row_offset = do_div(tmpdiv, r5or6_blocks_per_row);
r5or6_last_row_offset 5320 drivers/scsi/hpsa.c 		tmpdiv = r5or6_last_row_offset;
r5or6_last_row_offset 5328 drivers/scsi/hpsa.c 		r5or6_last_row_offset =
r5or6_last_row_offset 5335 drivers/scsi/hpsa.c 			r5or6_last_row_offset / le16_to_cpu(map->strip_size);
r5or6_last_row_offset 2287 drivers/scsi/smartpqi/smartpqi_init.c 	u32 r5or6_last_row_offset;
r5or6_last_row_offset 2508 drivers/scsi/smartpqi/smartpqi_init.c 		r5or6_last_row_offset = do_div(tmpdiv, stripesize);
r5or6_last_row_offset 2509 drivers/scsi/smartpqi/smartpqi_init.c 		tmpdiv = r5or6_last_row_offset;
r5or6_last_row_offset 2510 drivers/scsi/smartpqi/smartpqi_init.c 		r5or6_last_row_offset = do_div(tmpdiv, r5or6_blocks_per_row);
r5or6_last_row_offset 2514 drivers/scsi/smartpqi/smartpqi_init.c 		tmpdiv = r5or6_last_row_offset;
r5or6_last_row_offset 2522 drivers/scsi/smartpqi/smartpqi_init.c 		r5or6_last_row_offset =
r5or6_last_row_offset 2528 drivers/scsi/smartpqi/smartpqi_init.c 		r5or6_last_column = r5or6_last_row_offset / strip_size;