Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c373 uint32_t pci_bits = REG_RD32(qlt, REG_CTRL_STATUS); in qlt_attach() local
374 uint32_t slot = pci_bits & PCI_64_BIT_SLOT; in qlt_attach()
375 pci_bits >>= 8; in qlt_attach()
376 pci_bits &= 0xf; in qlt_attach()
377 if ((pci_bits == 3) || (pci_bits == 7)) { in qlt_attach()
380 instance, pci_speeds[pci_bits], pci_bits); in qlt_attach()
384 instance, (pci_bits <= 8) ? pci_speeds[pci_bits] : in qlt_attach()
385 "(Invalid)", ((pci_bits == 0) || in qlt_attach()
386 (pci_bits == 8)) ? (slot ? "64 bit slot " : in qlt_attach()
387 "32 bit slot ") : "", pci_bits); in qlt_attach()