Searched refs:cap2 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 152 char cap2[ELFCAP_HW2_BUFSIZE]; in report_hwcap() local 164 cap2, sizeof (cap2), ELFCAP_FMT_SNGSPACE, machtype(isa)); in report_hwcap() 166 cap2[0] = '\0'; in report_hwcap() 181 (void) printf(" %s", cap2); in report_hwcap() 198 for (p = strtok(cap2, " "); p; p = strtok(NULL, " ")) { in report_hwcap()
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1601 uint32_t cap, cap2, ctl2; in pcie_capture_speeds() local 1624 cap2 = 0; in pcie_capture_speeds() 1629 cap2 = pci_cfgacc_get32(rcdip, bus_p->bus_bdf, in pcie_capture_speeds() 1634 cap2 = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP2); in pcie_capture_speeds() 1637 if (cap2 == PCI_EINVAL32) in pcie_capture_speeds() 1638 cap2 = 0; in pcie_capture_speeds() 1747 if (cap2 != 0) { in pcie_capture_speeds() 1748 if (cap2 & PCIE_LINKCAP2_SPEED_2_5) in pcie_capture_speeds() 1750 if (cap2 & PCIE_LINKCAP2_SPEED_5) in pcie_capture_speeds() 1752 if (cap2 & PCIE_LINKCAP2_SPEED_8) in pcie_capture_speeds() [all …]
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci.c | 1211 uint32_t struc1, struc2, struc3, cap1, cap2, pgsz; in xhci_read_params() local 1229 cap2 = xhci_get32(xhcip, XHCI_R_CAP, XHCI_HCCPARAMS2); in xhci_read_params() 1263 xcap->xcap_flags2 = XHCI_HCC2_FLAGS_MASK(cap2); in xhci_read_params()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_ahci.c | 206 uint32_t cap2; member 2549 sc->cap2 = AHCI_CAP2_APST; in pci_ahci_init()
|