Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-mem.c63 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
80 qh->qh_dma = dma; in ehci_qh_alloc()
94 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc()
210 ehci->dummy->qh_dma); in ehci_mem_init()
Duhci-debug.c415 __hc32 qh_dma; in uhci_sprint_schedule() local
455 qh_dma = uhci_frame_skel_link(uhci, i); in uhci_sprint_schedule()
456 if (link != qh_dma) { in uhci_sprint_schedule()
466 hc32_to_cpu(uhci, qh_dma)); in uhci_sprint_schedule()
Dfotg210.h440 dma_addr_t qh_dma; /* address of qh */ member
Doxu210hp-hcd.c328 dma_addr_t qh_dma; /* address of qh */ member
1074 qh->qh_dma = virt_to_phys(qh); in oxu_qh_alloc()
1917 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async()
2397 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic()
3047 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
3128 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run()
3958 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
Dehci-hcd.c521 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
584 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
Dehci-sched.c93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink()
562 *hw_p = QH_NEXT(ehci, qh->qh_dma); in qh_link_periodic()
2413 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc()
2448 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc()
Dehci.h414 dma_addr_t qh_dma; /* address of qh */ member
Dehci-q.c983 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
1300 ehci_writel(ehci, (u32) ehci->async->qh_dma, in end_iaa_cycle()
Dfotg210-hcd.c1844 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1860 qh->qh_dma = dma; in fotg210_qh_alloc()
1872 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc()
2906 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async()
3524 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
4961 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
5012 fotg210_writel(fotg210, (u32)fotg210->async->qh_dma, in fotg210_run()
Dehci-hub.c415 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()