Home
last modified time | relevance | path

Searched refs:AHCI_HBA_CAP2_SDS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h120 #define AHCI_HBA_CAP2_SDS (0x1 << 3) /* Device Sleep */ macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c785 if (cap2_status & AHCI_HBA_CAP2_SDS) { in ahci_attach()