Lines Matching defs:heads
1144 int heads;
1162 heads = IPS_NORM_HEADS;
1165 heads = IPS_COMP_HEADS;
1169 cylinders = (unsigned long) capacity / (heads * sectors);
1171 DEBUG_VAR(2, "Geometry: heads: %d, sectors: %d, cylinders: %d",
1172 heads, sectors, cylinders);
1174 geom[0] = heads;
4090 uint16_t heads;
4099 heads = IPS_NORM_HEADS;
4102 heads = IPS_COMP_HEADS;
4108 1) / (heads * sectors);
4140 mdata.pdata.pg4.Heads = heads;