Searched refs:qh_dma (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-mem.c | 63 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()
|
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()
|
D | oxu210hp.h | 298 dma_addr_t qh_dma; /* address of qh */ member
|
D | fotg210.h | 437 dma_addr_t qh_dma; /* address of qh */ member
|
D | ehci-hcd.c | 520 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()
|
D | oxu210hp-hcd.c | 636 qh->qh_dma = virt_to_phys(qh); in oxu_qh_alloc() 1479 __le32 dma = QH_NEXT(qh->qh_dma); in qh_link_async() 1960 *hw_p = QH_NEXT(qh->qh_dma); in qh_link_periodic() 2610 oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma); in oxu_hcd_init() 2694 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run() 3524 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
|
D | ehci-sched.c | 93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink() 582 *hw_p = QH_NEXT(ehci, qh->qh_dma); in qh_link_periodic() 2433 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc() 2468 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in scan_isoc()
|
D | ehci.h | 407 dma_addr_t qh_dma; /* address of qh */ member
|
D | ehci-q.c | 972 __hc32 dma = QH_NEXT(ehci, qh->qh_dma); in qh_link_async() 1289 ehci_writel(ehci, (u32) ehci->async->qh_dma, in end_iaa_cycle()
|
D | fotg210-hcd.c | 1843 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy() 1859 qh->qh_dma = dma; in fotg210_qh_alloc() 1871 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc() 2908 __hc32 dma = QH_NEXT(fotg210, qh->qh_dma); in qh_link_async() 3526 *hw_p = QH_NEXT(fotg210, qh->qh_dma); in qh_link_periodic() 4963 hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma); in hcd_fotg210_init() 5015 fotg210_writel(fotg210, (u32)fotg210->async->qh_dma, in fotg210_run()
|
D | ehci-hub.c | 413 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
|