Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ahci/
HDahci_pci.c192 AHCI_Q_4CH | AHCI_Q_EDGEIS | AHCI_Q_NONCQ | AHCI_Q_NOCOUNT},
194 AHCI_Q_4CH | AHCI_Q_EDGEIS | AHCI_Q_NONCQ | AHCI_Q_NOCOUNT},
HDahci.h585 #define AHCI_Q_4CH 0x00000020 macro
HDahci.c232 if (ctlr->quirks & AHCI_Q_4CH) { in ahci_attach()