Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dlibata.h155 ATA_PROT_FLAG_ATAPI = (1 << 3), /* is ATAPI */ enumerator
1044 return ATA_PROT_FLAG_ATAPI; in ata_prot_flags()
1046 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_PIO; in ata_prot_flags()
1048 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
1055 return ata_prot_flags(prot) & ATA_PROT_FLAG_ATAPI; in ata_is_atapi()