Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3889 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port)); in ahci_alloc_pmult()
3897 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port), in ahci_alloc_pmult()
3931 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port)); in ahci_dealloc_pmult()
3936 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port), in ahci_dealloc_pmult()
3971 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port)); in ahci_staggered_spin_up()
3982 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port), in ahci_staggered_spin_up()
4044 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port)); in ahci_initialize_port()
5092 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port)); in ahci_software_reset()
5094 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port), in ahci_software_reset()
5112 (uint32_t *)AHCI_PORT_PxCMD(ahci_ctlp, port)); in ahci_software_reset()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h261 #define AHCI_PORT_PxCMD(ahci_ctlp, port) \ macro