Searched refs:XHCI_SCTX_1_NUM_PORTS_SET (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | xhci.h | 91 #define XHCI_SCTX_1_NUM_PORTS_SET(x) (((x) & 0xFF) << 24) macro |
D | xhci.c | 2597 temp |= XHCI_SCTX_1_NUM_PORTS_SET( in xhci_configure_device() |