Searched refs:usb_paddr_t (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_memory.h16 usb_paddr_t usb_ohci_hcca_physaddr(void);
27 usb_paddr_t usb_ohci_buffer_alloc(uint32_t size, uint32_t align);
28 void usb_ohci_buffer_free(usb_paddr_t buf);
H A Dusb_ohci.h53 usb_paddr_t hcca_interrupt_table[USB_OHCI_NO_IRQS];
56 usb_paddr_t hcca_done_head;
117 usb_paddr_t ed_tailP;
118 usb_paddr_t ed_headP;
119 usb_paddr_t ed_nextED;
125 usb_paddr_t ed_self;
201 usb_paddr_t td_current_buffer;
202 usb_paddr_t td_nextTD;
203 usb_paddr_t td_buffer_end;
209 usb_paddr_t td_sel
[all...]
H A Dusb_ohci_memory.c28 static usb_paddr_t hcca_phys = 0;
83 usb_paddr_t usb_ohci_hcca_physaddr(void)
259 usb_paddr_t usb_ohci_buffer_alloc(uint32_t size, uint32_t align)
264 void usb_ohci_buffer_free(usb_paddr_t buf)
H A Dusb_ohci_xfer.c36 usb_paddr_t td_next;
37 usb_paddr_t current_buffer;
132 usb_paddr_t ed_headP;
133 usb_paddr_t ed_tailP;
197 usb_paddr_t phy_start;
198 usb_paddr_t phy_end;
H A Dusb_ohci.c288 usb_paddr_t done = hcca->hcca_done_head;
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_memory.h36 usb_paddr_t usb_ehci_buffer_page_alloc(void);
37 void usb_ehci_buffer_page_free(usb_paddr_t buf);
H A Dusb_ehci.h164 usb_paddr_t bp :20; ///< physaddr of the buffer (4k aligned)
169 usb_paddr_t bp :20; ///< physaddr of the buffer (4k aligned)
174 usb_paddr_t bp :20; ///< physaddr of the buffer (4k aligned)
176 usb_paddr_t address; ///< Representation for BP 3..6
192 usb_paddr_t itd_next; ///< next link pointer
196 usb_paddr_t itd_self; ///< physical address of this iTD
306 usb_paddr_t offset :12; ///< offset into the page buffer
307 usb_paddr_t bp :20; ///< physical address of the buffer
313 usb_paddr_t bp :20; ///< physical address of the buffer
315 usb_paddr_t addres
[all...]
H A Dusb_ehci_memory.c103 usb_paddr_t qh_self = page->free.phys_addr;
200 usb_paddr_t qtd_self = page->free.phys_addr;
282 usb_paddr_t sitd_self = page->free.phys_addr;
353 usb_paddr_t itd_self = page->free.phys_addr;
400 usb_paddr_t usb_ehci_buffer_page_alloc(void)
427 void usb_ehci_buffer_page_free(usb_paddr_t buf)
H A Dusb_ehci_xfer.c374 usb_paddr_t terminate = setup->hc->qh_terminate->qh_self;
375 usb_paddr_t qtd_alt_next = setup->hc->qh_terminate->qh_self;
H A Dusb_ehci.c497 usb_paddr_t *pframes = (hc->pframes);
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_memory.h36 usb_paddr_t phys_addr;
81 usb_paddr_t phys_addr;
/barrelfish-2018-10-04/include/usb/
H A Dusb.h95 typedef volatile uintptr_t usb_paddr_t; typedef

Completed in 55 milliseconds