Searched refs:AHCI_INTR_STATUS_IPMS (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h161 #define AHCI_INTR_STATUS_IPMS (0x1 << 23) macro
/opensolaris-onvv-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5612 } while (!(port_intr_status & AHCI_INTR_STATUS_IPMS));
5622 AHCI_INTR_STATUS_IPMS);
6544 port_intr_enable |= AHCI_INTR_STATUS_IPMS;
6623 AHCI_INTR_STATUS_IPMS |
7585 if (intr_status & AHCI_INTR_STATUS_IPMS) {

Completed in 140 milliseconds