Home
last modified time | relevance | path

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

/u-boot/include/
A Dlibata.h318 ATA_PROT_FLAG_ATAPI = (1 << 3), /* is ATAPI */ enumerator
383 return ATA_PROT_FLAG_ATAPI; in ata_prot_flags()
385 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_PIO; in ata_prot_flags()
387 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
394 return ata_prot_flags(prot) & ATA_PROT_FLAG_ATAPI; in ata_is_atapi()

Completed in 4 milliseconds