Lines Matching refs:heads
44 a logical geometry with 64 heads and 32 sectors
228 int heads; /* physical geometry */
351 h = (block /= disk->sectors) % disk->heads;
352 c0 = (block /= disk->heads) % 256;
638 pd_send_command(disk, disk->sectors, 0, disk->heads - 1, 0, 0,
721 disk->heads = le16_to_cpu(*(__le16 *) (pd_scratch + 6));
726 disk->capacity = disk->sectors * disk->heads * disk->cylinders;
742 disk->cylinders, disk->heads, disk->sectors,
811 geo->heads = PD_LOG_HEADS;
813 geo->cylinders = disk->capacity / (geo->heads * geo->sectors);
815 geo->heads = disk->heads;