Searched refs:sactive (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/sata/ |
H A D | sata_hba.h | 104 uint32_t sactive; /* Port SActive register */ member
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 2024 int on_bit = 0x01, slot, sactive, ret, ncq = 0; in nv_start_common() local 2055 sactive = nv_get32(nvc->nvc_bar_hdl[5], in nv_start_common() 2057 ASSERT((sactive & on_bit) == 0); in nv_start_common() 3520 int sactive; in mcp5x_packet_complete_intr() local 3600 sactive = nv_get32(nvc->nvc_bar_hdl[5], nvp->nvp_sactive); in mcp5x_packet_complete_intr() 3602 active_pkt_bit = ~sactive & nvp->nvp_sactive_cache; in mcp5x_packet_complete_intr() 3615 "nvp->nvp_sactive %X", sactive, in mcp5x_packet_complete_intr()
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/ |
H A D | si3124.c | 1215 pmport, PSCR_REG3, &sd->satadev_scr.sactive); in si_tran_probe_port() 4894 satadev->satadev_scr.sactive = ddi_get32(si_ctlp->sictl_port_acc_handle, in fill_dev_sregisters()
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4598 READ_PMULT(addrp, SATA_PMULT_REG_SACT, &sd->satadev_scr.sactive, err); in ahci_update_pmult_pscr() 6599 sd->satadev_scr.sactive = in ahci_update_sata_registers()
|