Home
last modified time | relevance | path

Searched refs:ahcictl_ports_implemented (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h399 uint32_t ahcictl_ports_implemented; member
H A Dahcireg.h151 ((0x1 << port) & ahci_ctlp->ahcictl_ports_implemented)
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c824 ahci_ctlp->ahcictl_ports_implemented = in ahci_attach()
829 ahci_ctlp->ahcictl_ports_implemented); in ahci_attach()
833 ddi_fls(ahci_ctlp->ahcictl_ports_implemented); in ahci_attach()
841 ahci_ctlp->ahcictl_ports_implemented); in ahci_attach()
6789 if (!(global_intr_status & ahci_ctlp->ahcictl_ports_implemented)) { in ahci_intr()
10718 get.aiemg_nports = ahci_ctlp->ahcictl_ports_implemented; in ahci_em_ioctl_get()