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

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

Completed in 122 milliseconds