Searched refs:XHCI_TRB_3_ISP_BIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.h217 #define XHCI_TRB_3_ISP_BIT (1U << 2) macro
H A Dxhci.c1856 dword |= XHCI_TRB_3_ISP_BIT;
1862 dword |= XHCI_TRB_3_DIR_IN | XHCI_TRB_3_ISP_BIT;
1874 dword |= XHCI_TRB_3_ISP_BIT;

Completed in 55 milliseconds