Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c1474 int drv_hds, drv_secs; in gdth_analyse_hdrive() local
1488 gdth_eval_mapping(ha->hdr[hdrive].size,&drv_cyls,&drv_hds,&drv_secs); in gdth_analyse_hdrive()
1491 drv_secs = (ha->info2 >> 8) & 0xff; in gdth_analyse_hdrive()
1492 drv_cyls = (u32)ha->hdr[hdrive].size / drv_hds / drv_secs; in gdth_analyse_hdrive()
1495 ha->hdr[hdrive].secs = (u8)drv_secs; in gdth_analyse_hdrive()
1497 ha->hdr[hdrive].size = drv_cyls * drv_hds * drv_secs; in gdth_analyse_hdrive()
1506 hdrive,ha->hdr[hdrive].size,drv_hds,drv_secs)); in gdth_analyse_hdrive()

Completed in 7 milliseconds