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