Lines Matching refs:ATA_DRIVE_UDMA
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) &&
381 ((chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) &&
382 !(chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) &&
397 if (drvp->drive_flags & ATA_DRIVE_UDMA) {
474 if (drvp->drive_flags & ATA_DRIVE_UDMA) {
600 if ((!(chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) ||
601 (chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) ||
603 (!(chp->ch_drive[1].drive_flags & ATA_DRIVE_UDMA) ||
604 (chp->ch_drive[0].drive_flags & ATA_DRIVE_UDMA) ||