Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h258 #define AHCI_P_CMD_PMA 0x00020000 macro
/freebsd/sys/dev/ahci/
H A Dahci.h263 #define AHCI_P_CMD_PMA 0x00020000 macro
H A Dahci.c2326 cmd &= ~AHCI_P_CMD_PMA; in ahci_start()
2328 (ch->pm_present ? AHCI_P_CMD_PMA : 0)); in ahci_start()