Home
last modified time | relevance | path

Searched refs:sectors_pt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dstorvsc_drv.c1458 int heads, sectors_pt; in storvsc_get_chs() local
1464 sectors_pt = 0x3f; /* Sectors per track */ in storvsc_get_chs()
1465 sector_div(cylinders, heads * sectors_pt); in storvsc_get_chs()
1466 if ((sector_t)(cylinders + 1) * heads * sectors_pt < nsect) in storvsc_get_chs()
1470 info[1] = sectors_pt; in storvsc_get_chs()