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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c6507 uint32_t port_intr_enable; local
6515 port_intr_enable =
6530 * port_intr_enable indicates that the corresponding interrrupt
6533 port_intr_enable = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle,
6539 port_intr_enable |= AHCI_INTR_STATUS_IPMS;
6551 "port_intr_enable = 0x%x",
6552 port, port_intr_status, port_intr_enable);
6554 port_intr_status &= port_intr_enable;

Completed in 62 milliseconds