Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isainfo/
H A Disainfo.c151 char cap1[ELFCAP_HW1_BUFSIZE]; in report_hwcap() local
160 cap1, sizeof (cap1), ELFCAP_FMT_SNGSPACE, machtype(isa)); in report_hwcap()
182 (void) printf(" %s", cap1); in report_hwcap()
208 for (p = strtok(cap1, " "); p; p = strtok(NULL, " ")) { in report_hwcap()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1200 uint32_t struc1, struc2, struc3, cap1, cap2, pgsz; in xhci_read_params() local
1217 cap1 = xhci_get32(xhcip, XHCI_R_CAP, XHCI_HCCPARAMS1); in xhci_read_params()
1249 xcap->xcap_flags = XHCI_HCC1_FLAGS_MASK(cap1); in xhci_read_params()
1250 xcap->xcap_max_psa = XHCI_HCC1_PSA_SZ_MAX(cap1); in xhci_read_params()
1251 xcap->xcap_xecp_off = XHCI_HCC1_XECP(cap1); in xhci_read_params()