Searched refs:ATA_DFLAG_DMADIR (Results 1 – 3 of 3) sorted by relevance
141 ATA_DFLAG_DMADIR = (1 << 10), /* device requires DMADIR */ enumerator
1543 if (tf->protocol == ATAPI_PROT_DMA && (dev->flags & ATA_DFLAG_DMADIR) && in ata_exec_internal_sg()2667 dev->flags |= ATA_DFLAG_DMADIR; in ata_dev_configure()
2733 if ((dev->flags & ATA_DFLAG_DMADIR) && in atapi_xlat()