Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2163 uint32 dwendpoint4 = 0; in ConfigureEndpoint() local
2246 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(8); in ConfigureEndpoint()
2251 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(maxPacketSize); in ConfigureEndpoint()
2254 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(ep->max_burst_payload); in ConfigureEndpoint()
2264 dwendpoint4 |= ENDPOINT_4_MAXESITPAYLOAD(bytesPerInterval); in ConfigureEndpoint()
2266 dwendpoint4 |= ENDPOINT_4_MAXESITPAYLOAD((maxBurst + 1) * maxPacketSize); in ConfigureEndpoint()
2275 _WriteContext(&device->input_ctx->endpoints[number].dwendpoint4, in ConfigureEndpoint()
2276 dwendpoint4); in ConfigureEndpoint()
2283 _ReadContext(&device->input_ctx->endpoints[number].dwendpoint4)); in ConfigureEndpoint()
H A Dxhci_hardware.h394 uint32 dwendpoint4; member