Home | History | Annotate | Download | only in pci

Lines Matching refs:drive_flags

353 		    (chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA &&
355 (chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA &&
363 if ((chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA &&
365 (chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA &&
378 if (((chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) &&
379 !(chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) &&
380 (chp->ch_drive[1].drive_flags & ATA_DRIVE_DMA)) ||
381 ((chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) &&
382 !(chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) &&
383 (chp->ch_drive[0].drive_flags & ATA_DRIVE_DMA)))
397 if (drvp->drive_flags & ATA_DRIVE_UDMA) {
400 drvp->drive_flags &= ~ATA_DRIVE_DMA;
407 } else if (drvp->drive_flags & ATA_DRIVE_DMA) {
474 if (drvp->drive_flags & ATA_DRIVE_UDMA) {
477 drvp->drive_flags &= ~ATA_DRIVE_DMA;
482 } else if (drvp->drive_flags & ATA_DRIVE_DMA) {
600 if ((!(chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) ||
601 (chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) ||
602 !(chp->ch_drive[1].drive_flags & ATA_DRIVE_DMA)) &&
603 (!(chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) ||
604 (chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) ||
605 !(chp->ch_drive[0].drive_flags & ATA_DRIVE_DMA)))