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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h364 #define SLOT_0_NUM_ENTRIES(x) (((x) & 0x1F) << 27) macro
H A Dxhci.cpp1576 uint32 dwslot0 = SLOT_0_NUM_ENTRIES(1) | SLOT_0_ROUTE(route);
1892 inputdwslot0 &= ~(SLOT_0_NUM_ENTRIES(0x1f));
1893 inputdwslot0 |= SLOT_0_NUM_ENTRIES(XHCI_MAX_ENDPOINTS - 1);

Completed in 42 milliseconds