last_row_offset  5085 drivers/scsi/hpsa.c 	u32 first_row_offset, last_row_offset;
last_row_offset  5199 drivers/scsi/hpsa.c 	last_row_offset = (u32) (last_block - (last_row * blocks_per_row));
last_row_offset  5203 drivers/scsi/hpsa.c 	tmpdiv = last_row_offset;
last_row_offset  5210 drivers/scsi/hpsa.c 	last_row_offset = (u32) (last_block - (last_row * blocks_per_row));
last_row_offset  5212 drivers/scsi/hpsa.c 	last_column = last_row_offset / strip_size;
last_row_offset  2278 drivers/scsi/smartpqi/smartpqi_init.c 	u32 last_row_offset;
last_row_offset  2378 drivers/scsi/smartpqi/smartpqi_init.c 	last_row_offset = (u32)(last_block - (last_row * blocks_per_row));
last_row_offset  2382 drivers/scsi/smartpqi/smartpqi_init.c 	tmpdiv = last_row_offset;
last_row_offset  2389 drivers/scsi/smartpqi/smartpqi_init.c 	last_row_offset = (u32)(last_block - (last_row * blocks_per_row));
last_row_offset  2391 drivers/scsi/smartpqi/smartpqi_init.c 	last_column = last_row_offset / strip_size;