Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h358 #define XHCI_EPCTX_GET_HID(x) (((x) >> 7) & 0x1) macro
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c263 mdb_printf("Host Initiate Disable: %d\n", XHCI_EPCTX_GET_HID(info2)); in xhci_mdb_print_epctx()