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

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

Completed in 82 milliseconds