Lines Matching defs:head
307 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2)
438 | | | | | | | Spec1 (stepping rate, head unload
521 * H is head unload time (1=16ms, 2=32ms, etc)
1260 /* Issue a "SPECIFY" command to set the step rate time, head unload time,
1261 * head load time, and DMA disable flag to values needed by floppy.
1384 pr_cont(": track %d, head %d, sector %d, size %d",
1480 * selected, and the head is sitting on the right track).
1686 /* Recalibrate moves the head by at
2146 unsigned char track, head, sect, size;
2157 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, format_req.head);
2176 n = (track_shift * format_req.track + head_shift * format_req.head)
2187 here[count].head = format_req.head;
2236 tmp_format_req->head >= _floppy->head ||
2326 * can be recognized by a bad head number (>= 2) */
2504 * does not work with MT, hence we can only transfer one head at
2565 max_sector = _floppy->sect * _floppy->head;
3230 (int)g->head <= 0 ||
3232 (int)(g->sect * g->head) <= 0 ||
3373 geo->heads = g->head;