Searched refs:sdebug_store_sectors (Results 1 – 1 of 1) sorted by relevance
565 static unsigned int sdebug_store_sectors; variable672 lba = do_div(lba, sdebug_store_sectors); in fake_store()679 sector = do_div(sector, sdebug_store_sectors); in dif_store()1208 if (sdebug_store_sectors > 0x400) { in inquiry_evpd_b0()1209 arr[4] = (sdebug_store_sectors >> 24) & 0xff; in inquiry_evpd_b0()1210 arr[5] = (sdebug_store_sectors >> 16) & 0xff; in inquiry_evpd_b0()1211 arr[6] = (sdebug_store_sectors >> 8) & 0xff; in inquiry_evpd_b0()1212 arr[7] = sdebug_store_sectors & 0xff; in inquiry_evpd_b0()1509 return sdebug_store_sectors; in get_sdebug_capacity()2350 if (num > sdebug_store_sectors) { in check_device_access_params()[all …]