Searched refs:pframes (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci.c491 if (hc->pframes == NULL) {
495 assert(hc->pframes);
497 usb_paddr_t *pframes = (hc->pframes); local
501 (pframes[i]) = hc->qh_itd_hs_last[next]->itd_self;
H A Dusb_ehci.h695 usb_paddr_t *pframes; ///< physical frames member in struct:usb_ehci_hc
H A Dusb_ehci_memory.c463 hc->pframes = page->page.buffer;

Completed in 34 milliseconds