Lines Matching defs:heads
1148 int heads;
1166 heads = IPS_NORM_HEADS;
1169 heads = IPS_COMP_HEADS;
1173 cylinders = (unsigned long) capacity / (heads * sectors);
1175 DEBUG_VAR(2, "Geometry: heads: %d, sectors: %d, cylinders: %d",
1176 heads, sectors, cylinders);
1178 geom[0] = heads;
4093 uint16_t heads;
4102 heads = IPS_NORM_HEADS;
4105 heads = IPS_COMP_HEADS;
4111 1) / (heads * sectors);
4143 mdata.pdata.pg4.Heads = heads;