Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h261 #define AHCI_P_CMD_CPD 0x00100000 macro
/freebsd/sys/dev/ahci/
H A Dahci.h266 #define AHCI_P_CMD_CPD 0x00100000 macro
H A Dahci.c863 (ch->chcaps & AHCI_P_CMD_CPD) ? " CPD":"", in ahci_ch_attach()
1257 if ((status & AHCI_P_CMD_CPD) == 0) in ahci_cpd_check_events()