Searched refs:qh_dma (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/usb/host/ |
D | ehci-mem.c | 78 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()
|
D | uhci-debug.c | 384 __hc32 qh_dma; in uhci_sprint_schedule() local 417 qh_dma = uhci_frame_skel_link(uhci, i); in uhci_sprint_schedule() 418 if (link != qh_dma) { in uhci_sprint_schedule() 428 hc32_to_cpu(uhci, qh_dma)); in uhci_sprint_schedule()
|
D | oxu210hp.h | 297 dma_addr_t qh_dma; /* address of qh */ member
|
D | ehci.h | 351 dma_addr_t qh_dma; /* address of qh */ member
|
D | ehci-sched.c | 129 *hw_p = ehci->dummy->qh_dma; in periodic_unlink() 606 *hw_p = QH_NEXT (ehci, qh->qh_dma); in qh_link_periodic() 2400 *hw_p = ehci->dummy->qh_dma; in scan_periodic() 2437 *hw_p = ehci->dummy->qh_dma; in scan_periodic()
|
D | oxu210hp-hcd.c | 647 qh->qh_dma = virt_to_phys(qh); in oxu_qh_alloc() 1495 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async() 1977 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic() 2630 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init() 2719 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run() 3548 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
|
D | ehci-hcd.c | 672 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init() 742 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
|
D | ehci-q.c | 975 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async() 1202 ehci_writel(ehci, (u32) ehci->async->qh_dma, in end_unlink_async()
|
D | ehci-tegra.c | 262 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in tegra_ehci_restart()
|
D | ehci-hub.c | 374 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
|