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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dgdth_proc.c222 int drv_cyls, drv_hds, drv_secs; local
580 gdth_eval_mapping(ha->hdr[k].size,&drv_cyls,&drv_hds,&drv_secs);
584 ha->hdr[k].size = drv_cyls * drv_hds * drv_secs;
H A Dgdth.c2242 int drv_cyls, drv_hds, drv_secs; local
2257 gdth_eval_mapping(ha->hdr[hdrive].size,&drv_cyls,&drv_hds,&drv_secs);
2261 drv_cyls = ha->hdr[hdrive].size /drv_hds/drv_secs;
2266 ha->hdr[hdrive].size = drv_cyls * drv_hds * drv_secs;

Completed in 104 milliseconds