Searched defs:ahci_version (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c522 uint32_t cap_status, ahci_version; local
683 ahci_version = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle,
687 (ahci_version & 0xffff0000) >> 16,
688 ((ahci_version & 0x0000ff00) >> 4 |
689 (ahci_version & 0x000000ff)));
692 if (!(ahci_version & 0xffff0000)) {
706 if (ahci_version >= 0x00010200) {

Completed in 64 milliseconds