Home
last modified time | relevance | path

Searched refs:AHCI_CAP2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dahci.h210 #define AHCI_CAP2 0x24 macro
H A Dpci_ahci.c2221 case AHCI_CAP2: in pci_ahci_host_write()
2280 case AHCI_CAP2: in pci_ahci_host_read()
/freebsd/sys/dev/ahci/
H A Dahci.h207 #define AHCI_CAP2 0x24 macro
H A Dahci.c147 (ATA_INL(ctlr->r_mem, AHCI_CAP2) & AHCI_CAP2_BOH) && in ahci_ctlr_reset()
226 ctlr->caps2 = ATA_INL(ctlr->r_mem, AHCI_CAP2); in ahci_attach()