Searched refs:sdebug_store_sectors (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dscsi_debug.c255 static unsigned int sdebug_store_sectors; variable
363 lba = do_div(lba, sdebug_store_sectors);
370 sector = do_div(sector, sdebug_store_sectors);
856 if (sdebug_store_sectors > 0x400) {
857 arr[4] = (sdebug_store_sectors >> 24) & 0xff;
858 arr[5] = (sdebug_store_sectors >> 16) & 0xff;
859 arr[6] = (sdebug_store_sectors >> 8) & 0xff;
860 arr[7] = sdebug_store_sectors & 0xff;
1142 return sdebug_store_sectors;
1831 if (num > sdebug_store_sectors) {
[all...]

Completed in 70 milliseconds