Searched refs:cap1 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 151 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 D | xhci.c | 1211 uint32_t struc1, struc2, struc3, cap1, cap2, pgsz; in xhci_read_params() local 1228 cap1 = xhci_get32(xhcip, XHCI_R_CAP, XHCI_HCCPARAMS1); in xhci_read_params() 1260 xcap->xcap_flags = XHCI_HCC1_FLAGS_MASK(cap1); in xhci_read_params() 1261 xcap->xcap_max_psa = XHCI_HCC1_PSA_SZ_MAX(cap1); in xhci_read_params() 1262 xcap->xcap_xecp_off = XHCI_HCC1_XECP(cap1); in xhci_read_params()
|