Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dahci.h163 #define AHCI_CAP_SPM 0x00020000 macro
/src/sys/dev/ahci/
H A Dahci.c249 (ctlr->caps & AHCI_CAP_SPM) == 0) in ahci_attach()
269 ctlr->caps &= ~AHCI_CAP_SPM; in ahci_attach()
313 (ctlr->caps & AHCI_CAP_SPM) ? in ahci_attach()
335 (ctlr->caps & AHCI_CAP_SPM) ? " PM":"", in ahci_attach()
2696 if (ccb->ccb_h.target_id > ((ch->caps & AHCI_CAP_SPM) ? 15 : 0)) { in ahci_check_ids()
2852 if (ch->caps & AHCI_CAP_SPM) in ahciaction()
2859 if (ch->caps & AHCI_CAP_SPM) in ahciaction()
H A Dahci.h160 #define AHCI_CAP_SPM 0x00020000 macro