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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1891 uint32 inputdwslot0 = _ReadContext(&device->input_ctx->slot.dwslot0); local
1892 inputdwslot0 &= ~(SLOT_0_NUM_ENTRIES(0x1f));
1893 inputdwslot0 |= SLOT_0_NUM_ENTRIES(XHCI_MAX_ENDPOINTS - 1);
1894 _WriteContext(&device->input_ctx->slot.dwslot0, inputdwslot0);

Completed in 43 milliseconds