Searched refs:AHCI_CAP_SPM (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dahci.h163 #define AHCI_CAP_SPM 0x00020000 macro
/freebsd-current/sys/dev/ahci/
H A Dahci.c249 (ctlr->caps & AHCI_CAP_SPM) == 0)
269 ctlr->caps &= ~AHCI_CAP_SPM;
313 (ctlr->caps & AHCI_CAP_SPM) ?
335 (ctlr->caps & AHCI_CAP_SPM) ? " PM":"",
2694 if (ccb->ccb_h.target_id > ((ch->caps & AHCI_CAP_SPM) ? 15 : 0)) {
2850 if (ch->caps & AHCI_CAP_SPM)
2857 if (ch->caps & AHCI_CAP_SPM)
H A Dahci.h160 #define AHCI_CAP_SPM 0x00020000 macro

Completed in 145 milliseconds