Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c682 uint32_t pci_bits = REG_RD32(qlt, REG_CTRL_STATUS); in qlt_attach() local
683 uint32_t slot = pci_bits & PCI_64_BIT_SLOT; in qlt_attach()
684 pci_bits >>= 8; in qlt_attach()
685 pci_bits &= 0xf; in qlt_attach()
686 if ((pci_bits == 3) || (pci_bits == 7)) { in qlt_attach()
689 instance, pci_speeds[pci_bits], pci_bits); in qlt_attach()
693 instance, (pci_bits <= 8) ? pci_speeds[pci_bits] : in qlt_attach()
694 "(Invalid)", ((pci_bits == 0) || in qlt_attach()
695 (pci_bits == 8)) ? (slot ? "64 bit slot " : in qlt_attach()
696 "32 bit slot ") : "", pci_bits); in qlt_attach()