Searched refs:ata_prot_flags (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Data.h501 static inline unsigned int ata_prot_flags(u8 prot) function
524 return ata_prot_flags(prot) & ATA_PROT_FLAG_ATAPI;
529 return !(ata_prot_flags(prot) & ATA_PROT_FLAG_DATA);
534 return ata_prot_flags(prot) & ATA_PROT_FLAG_PIO;
539 return ata_prot_flags(prot) & ATA_PROT_FLAG_DMA;
544 return ata_prot_flags(prot) & ATA_PROT_FLAG_NCQ;
549 return ata_prot_flags(prot) & ATA_PROT_FLAG_DATA;

Completed in 48 milliseconds