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

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp277 descriptor->this_phy, descriptor->next_phy,
283 if (descriptor->next_phy & EHCI_ITEM_TERMINATE)
296 queueHead->this_phy, queueHead->next_phy, queueHead->endpoint_chars,
300 " %08" B_PRIx32 "\n", queueHead->overlay.next_phy,
649 queueHead->overlay.next_phy = EHCI_ITEM_TERMINATE;
695 itd->next_phy = sitd->this_phy;
715 fSitdEntries[insertIndex]->next_phy
725 fSitdEntries[0]->next_phy = firstLogical->this_phy;
727 fInterruptEntries[i].queue_head.next_phy = firstLogical->this_phy;
733 firstLogical->next_phy
[all...]
H A Dehci_hardware.h122 // Applies to ehci_qh.next_phy, ehci_sitd.next_phy, ehci_itd.next_phy
133 uint32 next_phy; member in struct:ehci_itd
175 uint32 next_phy; member in struct:ehci_sitd
201 uint32 next_phy; member in struct:ehci_qtd
247 uint32 next_phy; member in struct:ehci_qh
253 uint32 next_phy; member in struct:ehci_qh::__anon3

Completed in 15 milliseconds