Searched refs:this_phy (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_hardware.h95 uint32 this_phy; // A physical pointer to this address member in struct:__anon1449
170 uint32 this_phy; // The physical pointer to this address member in struct:__anon1450
H A Dehci.cpp277 descriptor->this_phy, descriptor->next_phy,
296 queueHead->this_phy, queueHead->next_phy, queueHead->endpoint_chars,
647 queueHead->this_phy = physicalBase | EHCI_ITEM_TYPE_QH;
687 sitd->this_phy = sitdPhysicalBase | EHCI_ITEM_TYPE_SITD;
691 sitd->this_phy);
694 itd->this_phy = itdPhysicalBase | EHCI_ITEM_TYPE_ITD;
695 itd->next_phy = sitd->this_phy;
698 itd->this_phy);
716 = fInterruptEntries[intervalIndex].queue_head.this_phy;
725 fSitdEntries[0]->next_phy = firstLogical->this_phy;
[all...]
H A Dehci_hardware.h139 uint32 this_phy; member in struct:ehci_itd
191 uint32 this_phy; member in struct:ehci_sitd
208 uint32 this_phy; member in struct:ehci_qtd
261 uint32 this_phy; member in struct:ehci_qh
H A Duhci.cpp275 descriptor->this_phy & 0xffffffff, descriptor->link_phy & 0xfffffff0,
308 fQueueHead->this_phy = (uint32)physicalAddress;
321 fStack->FreeChunk(fQueueHead, fQueueHead->this_phy, sizeof(uhci_qh));
324 fStack->FreeChunk(fStrayDescriptor, fStrayDescriptor->this_phy,
359 fQueueHead->link_phy = other->fQueueHead->this_phy | QH_NEXT_IS_QH;
381 fStrayDescriptor->this_phy = (uint32)physicalAddress;
391 fStack->FreeChunk(fStrayDescriptor, fStrayDescriptor->this_phy,
396 fQueueHead->link_phy = fStrayDescriptor->this_phy;
416 fQueueHead->element_phy = transfer->this_phy | QH_NEXT_IS_QH;
424 element->link_phy = transfer->this_phy | QH_NEXT_IS_Q
[all...]

Completed in 34 milliseconds