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

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp704 current->endpoint->head_physical_descriptor
1158 if ((endpoint->head_physical_descriptor & OHCI_ENDPOINT_HEAD_MASK)
1160 && (endpoint->head_physical_descriptor
1184 if (endpoint->head_physical_descriptor & OHCI_ENDPOINT_HALTED) {
1282 (endpoint->head_physical_descriptor
1765 if ((endpoint->head_physical_descriptor & OHCI_ENDPOINT_HEAD_MASK)
1773 endpoint->head_physical_descriptor
1807 endpoint->head_physical_descriptor = 0;
1916 endpoint->head_physical_descriptor = tail->physical_address;
1922 endpoint->head_physical_descriptor
[all...]
H A Dohci_hardware.h302 uint32 head_physical_descriptor; // Queue head physical pointer member in struct:__anon51

Completed in 39 milliseconds