Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dstorvsc_drv.c1581 int heads, sectors_pt; in storvsc_get_chs() local
1587 sectors_pt = 0x3f; /* Sectors per track */ in storvsc_get_chs()
1588 sector_div(cylinders, heads * sectors_pt); in storvsc_get_chs()
1589 if ((sector_t)(cylinders + 1) * heads * sectors_pt < nsect) in storvsc_get_chs()
1593 info[1] = sectors_pt; in storvsc_get_chs()