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

/freebsd-current/usr.sbin/bhyve/
H A Dahci.h200 #define AHCI_EM_RST 0x00000200 macro
/freebsd-current/sys/dev/ahci/
H A Dahciem.c237 ATA_OUTL(enc->r_memc, 0, AHCI_EM_RST);
239 while ((ATA_INL(enc->r_memc, 0) & AHCI_EM_RST) &&
311 while (ATA_INL(enc->r_memc, 0) & (AHCI_EM_TM | AHCI_EM_RST) &&
H A Dahci.h197 #define AHCI_EM_RST 0x00000200 macro

Completed in 123 milliseconds