Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth.c1923 int drv_hds, drv_secs; in gdth_analyse_hdrive() local
1937 gdth_eval_mapping(ha->hdr[hdrive].size,&drv_cyls,&drv_hds,&drv_secs); in gdth_analyse_hdrive()
1939 drv_hds = ha->info2 & 0xff; in gdth_analyse_hdrive()
1941 drv_cyls = (u32)ha->hdr[hdrive].size / drv_hds / drv_secs; in gdth_analyse_hdrive()
1943 ha->hdr[hdrive].heads = (u8)drv_hds; in gdth_analyse_hdrive()
1946 ha->hdr[hdrive].size = drv_cyls * drv_hds * drv_secs; in gdth_analyse_hdrive()
1955 hdrive,ha->hdr[hdrive].size,drv_hds,drv_secs)); in gdth_analyse_hdrive()