Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2089 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, addrp->aa_port)); in ahci_claim_free_slot()
2510 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port), in ahci_deliver_satapkt()
2656 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_tran_abort()
2742 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_reset_device_reject_pkts()
2837 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_reset_pmdevice_reject_pkts()
2945 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_reset_port_reject_pkts()
3018 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_reset_hba_reject_pkts()
3411 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_reject_all_abort_pkts()
4722 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port)); in ahci_initialize_pmport()
5179 (uint32_t *)AHCI_PORT_PxCI(ahci_ctlp, port), in ahci_software_reset()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h282 #define AHCI_PORT_PxCI(ahci_ctlp, port) \ macro