Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A 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()
/openbmc/linux/include/linux/
H A Data.h532 ATA_PROT_FLAG_DMA = (1 << 1), /* is DMA */ enumerator
540 ATA_PROT_DMA = ATA_PROT_FLAG_DMA,
542 ATA_PROT_NCQ = ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ,
545 ATAPI_PROT_DMA = ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA,
H A Dlibata.h1033 return prot & ATA_PROT_FLAG_DMA; in ata_is_dma()
1043 return prot & (ATA_PROT_FLAG_PIO | ATA_PROT_FLAG_DMA); in ata_is_data()