Searched defs:AHCI_PORT_OFFSET (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcireg.h234 #define AHCI_PORT_OFFSET(ahci_ctlp, port) \ macro
238 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x00)
241 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x04)
244 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x08)
247 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x0c)
250 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x10)
253 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x14)
256 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x18)
259 (AHCI_PORT_OFFSET(ahci_ctlp, port) + 0x20)
262 (AHCI_PORT_OFFSET(ahci_ctl
[all...]

Completed in 47 milliseconds