Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1611 uint32 dwslot2 = SLOT_2_IRQ_TARGET(0); in AllocateDevice() local
1618 dwslot2 |= SLOT_2_PORT_NUM(hubPort); in AllocateDevice()
1619 dwslot2 |= SLOT_2_TT_HUB_SLOT(parenthub->slot); in AllocateDevice()
1622 _WriteContext(&device->input_ctx->slot.dwslot2, dwslot2); in AllocateDevice()
1630 _ReadContext(&device->input_ctx->slot.dwslot2), in AllocateDevice()
1788 uint32 dwslot2 = _ReadContext(&device->input_ctx->slot.dwslot2); in AllocateDevice() local
1789 dwslot2 |= SLOT_2_TT_TIME(HUB_TTT_GET(hubDescriptor.characteristics)); in AllocateDevice()
1790 _WriteContext(&device->input_ctx->slot.dwslot2, dwslot2); in AllocateDevice()
H A Dxhci_hardware.h353 uint32 dwslot2; member