Searched refs:ATA_PROT_FLAG_ATAPI (Results 1 – 2 of 2) sorted by relevance
526 ATA_PROT_FLAG_ATAPI = (1 << 3), /* is ATAPI */ enumerator535 ATAPI_PROT_NODATA = ATA_PROT_FLAG_ATAPI,536 ATAPI_PROT_PIO = ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_PIO,537 ATAPI_PROT_DMA = ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA,
1055 return prot & ATA_PROT_FLAG_ATAPI; in ata_is_atapi()
Completed in 14 milliseconds