Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-mem.c76 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
93 qh->qh_dma = dma; in ehci_qh_alloc()
107 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc()
231 ehci->dummy->qh_dma); in ehci_mem_init()
Duhci-debug.c414 __hc32 qh_dma; in uhci_sprint_schedule() local
454 qh_dma = uhci_frame_skel_link(uhci, i); in uhci_sprint_schedule()
455 if (link != qh_dma) { in uhci_sprint_schedule()
465 hc32_to_cpu(uhci, qh_dma)); in uhci_sprint_schedule()
Doxu210hp.h297 dma_addr_t qh_dma; /* address of qh */ member
Dfotg210.h430 dma_addr_t qh_dma; /* address of qh */ member
Dfusbh200.h420 dma_addr_t qh_dma; /* address of qh */ member
Dehci-hcd.c523 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma); in ehci_init()
582 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
Doxu210hp-hcd.c650 qh->qh_dma = virt_to_phys(qh); in oxu_qh_alloc()
1498 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async()
1980 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic()
2632 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init()
2721 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run()
3551 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
Dehci-sched.c106 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink()
593 *hw_p = QH_NEXT (ehci, qh->qh_dma); in qh_link_periodic()
2450 ehci->dummy->qh_dma); in scan_isoc()
2486 ehci->dummy->qh_dma); in scan_isoc()
Dehci.h414 dma_addr_t qh_dma; /* address of qh */ member
Dehci-q.c978 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async()
1307 ehci_writel(ehci, (u32) ehci->async->qh_dma, in end_unlink_async()
Dfusbh200-hcd.c1875 dma_pool_free(fusbh200->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1892 qh->qh_dma = dma; in fusbh200_qh_alloc()
1905 dma_pool_free(fusbh200->qh_pool, qh->hw, qh->qh_dma); in fusbh200_qh_alloc()
2986 __hc32 dma = QH_NEXT(fusbh200, qh->qh_dma); in qh_link_async()
3632 *hw_p = QH_NEXT (fusbh200, qh->qh_dma); in qh_link_periodic()
5123 hw->hw_next = QH_NEXT(fusbh200, fusbh200->async->qh_dma); in hcd_fusbh200_init()
5174 fusbh200_writel(fusbh200, (u32)fusbh200->async->qh_dma, &fusbh200->regs->async_next); in fusbh200_run()
Dfotg210-hcd.c1925 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1943 qh->qh_dma = dma; in fotg210_qh_alloc()
1955 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc()
3039 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async()
3691 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic()
5199 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init()
5251 fotg210_writel(fotg210, (u32)fotg210->async->qh_dma, in fotg210_run()
Dehci-hub.c413 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()