Lines Matching refs:heads
1156 int heads; in DEF_SCSI_QCMD() local
1174 heads = IPS_NORM_HEADS; in DEF_SCSI_QCMD()
1177 heads = IPS_COMP_HEADS; in DEF_SCSI_QCMD()
1181 cylinders = (unsigned long) capacity / (heads * sectors); in DEF_SCSI_QCMD()
1184 heads, sectors, cylinders); in DEF_SCSI_QCMD()
1186 geom[0] = heads; in DEF_SCSI_QCMD()
4109 uint16_t heads; in ips_msense() local
4118 heads = IPS_NORM_HEADS; in ips_msense()
4121 heads = IPS_COMP_HEADS; in ips_msense()
4127 1) / (heads * sectors); in ips_msense()
4159 mdata.pdata.pg4.Heads = heads; in ips_msense()