Lines Matching refs:heads
1152 int heads; in DEF_SCSI_QCMD() local
1170 heads = IPS_NORM_HEADS; in DEF_SCSI_QCMD()
1173 heads = IPS_COMP_HEADS; in DEF_SCSI_QCMD()
1177 cylinders = (unsigned long) capacity / (heads * sectors); in DEF_SCSI_QCMD()
1180 heads, sectors, cylinders); in DEF_SCSI_QCMD()
1182 geom[0] = heads; in DEF_SCSI_QCMD()
4105 uint16_t heads; in ips_msense() local
4114 heads = IPS_NORM_HEADS; in ips_msense()
4117 heads = IPS_COMP_HEADS; in ips_msense()
4123 1) / (heads * sectors); in ips_msense()
4155 mdata.pdata.pg4.Heads = heads; in ips_msense()