Searched refs:ATA_DFLAG_DMADIR (Results 1 – 3 of 3) sorted by relevance
134 ATA_DFLAG_DMADIR = (1 << 10), /* device requires DMADIR */ enumerator
1547 if (tf->protocol == ATAPI_PROT_DMA && (dev->flags & ATA_DFLAG_DMADIR) && in ata_exec_internal()2999 dev->flags |= ATA_DFLAG_DMADIR; in ata_dev_configure()
2750 if ((dev->flags & ATA_DFLAG_DMADIR) && in atapi_xlat()