Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bhyve/
Dahci.h212 #define AHCI_CAP2_NVMP 0x00000002 macro
/freebsd-10-stable/sys/dev/ahci/
Dahci.h209 #define AHCI_CAP2_NVMP 0x00000002 macro
Dahci.c296 (ctlr->caps2 & AHCI_CAP2_NVMP) ? " NVMP":"", in ahci_attach()