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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h360 #define SLOT_0_SPEED(x) (((x) & 0xF) << 20) macro
H A Dxhci.cpp1588 dwslot0 |= SLOT_0_SPEED(2);
1591 dwslot0 |= SLOT_0_SPEED(1);
1594 dwslot0 |= SLOT_0_SPEED(3);
1597 dwslot0 |= SLOT_0_SPEED(4);

Completed in 40 milliseconds