Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h156 #define AHCI_CAP_CCCS 0x00000080 macro
/freebsd/sys/dev/ahci/
H A Dahci_pci.c648 ((caps & (AHCI_CAP_NPMASK | AHCI_CAP_CCCS)) == 0 && pi == 1)) in ahci_pci_attach()
H A Dahci.h153 #define AHCI_CAP_CCCS 0x00000080 macro
H A Dahci.c272 if ((ctlr->caps & AHCI_CAP_CCCS) == 0) in ahci_attach()
341 (ctlr->caps & AHCI_CAP_CCCS) ? " CCC":"", in ahci_attach()