Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h316 ATA_PROT_FLAG_DMA = (1 << 1), /* is DMA */ enumerator
317 ATA_PROT_FLAG_DATA = ATA_PROT_FLAG_PIO | ATA_PROT_FLAG_DMA,
380 return ATA_PROT_FLAG_DMA; in ata_prot_flags()
382 return ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ; in ata_prot_flags()
388 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
410 return ata_prot_flags(prot) & ATA_PROT_FLAG_DMA; in ata_is_dma()
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h523 ATA_PROT_FLAG_DMA = (1 << 1), /* is DMA */ enumerator
531 ATA_PROT_DMA = ATA_PROT_FLAG_DMA,
533 ATA_PROT_NCQ = ATA_PROT_FLAG_DMA | ATA_PROT_FLAG_NCQ,
536 ATAPI_PROT_DMA = ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA,
H A Dlibata.h1044 return prot & ATA_PROT_FLAG_DMA; in ata_is_dma()
1054 return prot & (ATA_PROT_FLAG_PIO | ATA_PROT_FLAG_DMA); in ata_is_data()