Searched refs:qh_dma (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_MEM.cxx | 164 qh->qh_dma = dma; in ehci_qh_alloc() 166 diag_printf("qh: %p, qh->qh_dma: %p\n", (MS_U32)qh, qh->qh_dma); in ehci_qh_alloc() 174 pci_pool_free (ehci->qh_pool, qh, qh->qh_dma); in ehci_qh_alloc() 208 pci_pool_free (ehci->qh_pool, qh, qh->qh_dma); in qh_put()
|
| H A D | drvEhciHcd.c | 4989 U32 dma = QH_NEXT (qh->qh_dma); in qh_link_async() 5124 U32 dma = QH_NEXT (qh->qh_dma); 5189 ehci_writel ((U32)qh->qh_dma, &ehci->regs->async_next); 7036 ehci->async->hw_next = QH_NEXT (ehci->async->qh_dma); in ehci_start() 7091 diag_printf("qh: %p\n", (U32)ehci->async->qh_dma); in ehci_start() 7092 ehci_writel ((U32)ehci->async->qh_dma, (U32)&ehci->regs->async_next); in ehci_start()
|
| H A D | drvEHCI.h | 1820 dma_addr_t qh_dma; /* address of qh */ member
|
| H A D | drvEHCI_SCHD.cxx | 501 QH_NEXT (qh->qh_dma); in qh_schedule()
|