Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dahci.h174 #define AHCI_CAP_64BIT 0x80000000 macro
H A Dpci_ahci.c2586 sc->cap = AHCI_CAP_64BIT | AHCI_CAP_SNCQ | AHCI_CAP_SSNTF | in pci_ahci_init()
/freebsd/sys/dev/ahci/
H A Dahci.h171 #define AHCI_CAP_64BIT 0x80000000 macro
H A Dahci.c278 (ctlr->caps & AHCI_CAP_64BIT) ? BUS_SPACE_MAXADDR : in ahci_attach()
323 (ctlr->caps & AHCI_CAP_64BIT) ? " 64bit":"", in ahci_attach()