Searched refs:qh_dma (Results 1 – 5 of 5) sorted by relevance
101 qh->qh_dma = dma; in ehci_qh_alloc()109 pci_pool_free (ehci->qh_pool, qh, qh->qh_dma); in ehci_qh_alloc()134 pci_pool_free (ehci->qh_pool, qh, qh->qh_dma); in qh_put()
413 ehci->async->hw_next = QH_NEXT (ehci->async->qh_dma); in ehci_start()419 writel ((u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_start()
361 dma_addr_t qh_dma; /* address of qh */ member
773 u32 dma = QH_NEXT (qh->qh_dma); in qh_link_async()
426 QH_NEXT (qh->qh_dma); in qh_schedule()