Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2504 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port), in ahci_deliver_satapkt()
2659 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_tran_abort()
2746 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_reset_device_reject_pkts()
2841 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_reset_pmdevice_reject_pkts()
2949 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_reset_port_reject_pkts()
3028 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_reset_hba_reject_pkts()
3415 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_reject_all_abort_pkts()
4726 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_initialize_pmport()
6601 (uint32_t *)(AHCI_PORT_PxSACT(ahci_ctlp, port))); in ahci_update_sata_registers()
7130 (uint32_t *)AHCI_PORT_PxSACT(ahci_ctlp, port)); in ahci_intr_ncq_events()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h279 #define AHCI_PORT_PxSACT(ahci_ctlp, port) \ macro