Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c5401 uint32_t port_scontrol, port_sstatus, port_serror; in ahci_pmport_reset() local
5502 READ_PMULT(addrp, SATA_PMULT_REG_SERR, &port_serror, err); in ahci_pmport_reset()
5504 if (!(port_serror & (1 << 26))) { in ahci_pmport_reset()
7248 uint32_t port_serror; in ahci_intr_port_connect_change() local
7254 port_serror = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle, in ahci_intr_port_connect_change()
7259 "port_serror = 0x%x", port, port_serror); in ahci_intr_port_connect_change()
7543 uint32_t port_serror; in ahci_intr_non_fatal_error() local
7557 port_serror = ddi_get32(ahci_ctlp->ahcictl_ahci_acc_handle, in ahci_intr_non_fatal_error()
7562 "PxSERR = 0x%x, PxIS = 0x%x ", port, port_serror, intr_status); in ahci_intr_non_fatal_error()
7564 ahci_log_serror_message(ahci_ctlp, port, port_serror, 1); in ahci_intr_non_fatal_error()
[all …]