Home
last modified time | relevance | path

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

/external/u-boot/include/
Dlibata.h315 ATA_PROT_FLAG_DMA = (1 << 1), /* is DMA */ enumerator
316 ATA_PROT_FLAG_DATA = ATA_PROT_FLAG_PIO | ATA_PROT_FLAG_DMA,
379 return ATA_PROT_FLAG_DMA; in ata_prot_flags()
381 return ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ; in ata_prot_flags()
387 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
409 return ata_prot_flags(prot) & ATA_PROT_FLAG_DMA; in ata_is_dma()