Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h319 ATA_PROT_FLAG_ATAPI = (1 << 3), /* is ATAPI */ enumerator
384 return ATA_PROT_FLAG_ATAPI; in ata_prot_flags()
386 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_PIO; in ata_prot_flags()
388 return ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA; in ata_prot_flags()
395 return ata_prot_flags(prot) & ATA_PROT_FLAG_ATAPI; in ata_is_atapi()
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h525 ATA_PROT_FLAG_ATAPI = (1 << 3), /* is ATAPI */ enumerator
534 ATAPI_PROT_NODATA = ATA_PROT_FLAG_ATAPI,
535 ATAPI_PROT_PIO = ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_PIO,
536 ATAPI_PROT_DMA = ATA_PROT_FLAG_ATAPI | ATA_PROT_FLAG_DMA,
H A Dlibata.h1034 return prot & ATA_PROT_FLAG_ATAPI; in ata_is_atapi()