Lines Matching defs:drive
282 int drive, s;
337 /* Per drive settings */
338 for (drive = 0; drive < chp->ch_ndrives; drive++) {
339 drvp = &chp->ch_drive[drive];
340 /* If no drive, skip */
344 HPT_IDETIM(chp->ch_channel, drive));
356 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
368 idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
374 HPT_IDETIM(chp->ch_channel, drive), after);