Home
last modified time | relevance | path

Searched refs:qh_dma (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-mem.c101 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()
Dehci-hcd.c413 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()
Dehci.h361 dma_addr_t qh_dma; /* address of qh */ member
Dehci-q.c773 u32 dma = QH_NEXT (qh->qh_dma); in qh_link_async()
Dehci-sched.c426 QH_NEXT (qh->qh_dma); in qh_schedule()