Home
last modified time | relevance | path

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

/include/linux/
Data.h67 ATA_ID_SATA_CAPABILITY = 76, enumerator
557 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8))
561 ((((id)[ATA_ID_SATA_CAPABILITY] != 0x0000) && \
562 ((id)[ATA_ID_SATA_CAPABILITY] != 0xffff)) && \
565 ((((id)[ATA_ID_SATA_CAPABILITY] != 0x0000) && \
566 ((id)[ATA_ID_SATA_CAPABILITY] != 0xffff)) && \
569 ((((id)[ATA_ID_SATA_CAPABILITY] != 0x0000) && \
570 ((id)[ATA_ID_SATA_CAPABILITY] != 0xffff)) && \
573 ((((id)[ATA_ID_SATA_CAPABILITY] != 0x0000) && \
574 ((id)[ATA_ID_SATA_CAPABILITY] != 0xffff)) && \
[all …]