Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dehci-mem.c78 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
97 qh->qh_dma = dma; in ehci_qh_alloc()
110 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc()
249 ehci->periodic[i] = ehci->dummy->qh_dma; in ehci_mem_init()
Duhci-debug.c379 __le32 qh_dma; in uhci_sprint_schedule() local
412 qh_dma = uhci_frame_skel_link(uhci, i); in uhci_sprint_schedule()
413 if (link != qh_dma) { in uhci_sprint_schedule()
422 "QH (%08x)!\n", le32_to_cpu(qh_dma)); in uhci_sprint_schedule()
Doxu210hp.h297 dma_addr_t qh_dma; /* address of qh */ member
Dehci.h332 dma_addr_t qh_dma; /* address of qh */ member
Dehci-hcd.c612 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
688 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
Dehci-sched.c108 *hw_p = ehci->dummy->qh_dma; in periodic_unlink()
582 *hw_p = QH_NEXT (ehci, qh->qh_dma); in qh_link_periodic()
2368 *hw_p = ehci->dummy->qh_dma; in scan_periodic()
2405 *hw_p = ehci->dummy->qh_dma; in scan_periodic()
Doxu210hp-hcd.c648 qh->qh_dma = virt_to_phys(qh); in oxu_qh_alloc()
1496 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async()
1976 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic()
2627 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
2716 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run()
3545 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
Dehci-tegra.c184 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in tegra_ehci_restart()
Dehci-hub.c380 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
Dehci-q.c959 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()