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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2162 uint8 xhciType = 4; local
2164 xhciType = 3;
2166 xhciType = 2;
2168 xhciType = 1;
2169 xhciType |= directionIn ? (1 << 2) : 0;
2170 dwendpoint1 |= ENDPOINT_1_EPTYPE(xhciType);

Completed in 34 milliseconds