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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h394 uint32 dwendpoint4; member in struct:xhci_endpoint_ctx
H A Dxhci.cpp2159 uint32 dwendpoint4 = 0; local
2241 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(8);
2246 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(maxPacketSize);
2249 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(ep->max_burst_payload);
2259 dwendpoint4 |= ENDPOINT_4_MAXESITPAYLOAD(bytesPerInterval);
2261 dwendpoint4 |= ENDPOINT_4_MAXESITPAYLOAD((maxBurst + 1) * maxPacketSize);
2270 _WriteContext(&device->input_ctx->endpoints[number].dwendpoint4,
2271 dwendpoint4);
2278 _ReadContext(&device->input_ctx->endpoints[number].dwendpoint4));

Completed in 78 milliseconds