Searched refs:qh_dma (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-mem.c | 63 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy() 79 qh->qh_dma = dma; in ehci_qh_alloc() 93 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc() 209 ehci->dummy->qh_dma); in ehci_mem_init()
|
H A D | uhci-debug.c | 415 __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()
|
H A D | ehci-sched.c | 93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink() 569 *hw_p = QH_NEXT(ehci, qh->qh_dma); in qh_link_periodic() 2424 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc() 2459 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc()
|
H A D | ehci-hub.c | 415 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 438 dma_addr_t qh_dma; /* address of qh */ member
|
H A D | fotg210-hcd.c | 1840 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy() 1857 qh->qh_dma = dma; in fotg210_qh_alloc() 1869 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc() 2903 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async() 3521 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic() 4956 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init() 5007 fotg210_writel(fotg210, (u32)fotg210->async->qh_dma, in fotg210_run()
|