Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlibata.h154 ATA_PROT_FLAG_ATAPI = (1 << 3), /* is ATAPI */ enumerator
1045 return ATA_PROT_FLAG_ATAPI; in ata_prot_flags()
1047 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_PIO; in ata_prot_flags()
1049 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
1056 return ata_prot_flags(prot) & ATA_PROT_FLAG_ATAPI; in ata_is_atapi()