Home
last modified time | relevance | path

Searched refs:ATA_PROT_FLAG_DMA (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dlibata.h151 ATA_PROT_FLAG_DMA = (1 << 1), /* is DMA */ enumerator
152 ATA_PROT_FLAG_DATA = ATA_PROT_FLAG_PIO | ATA_PROT_FLAG_DMA,
1041 return ATA_PROT_FLAG_DMA; in ata_prot_flags()
1043 return ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ; in ata_prot_flags()
1049 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
1071 return ata_prot_flags(prot) & ATA_PROT_FLAG_DMA; in ata_is_dma()