qh_dma            520 drivers/usb/host/ehci-hcd.c 	hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma);
qh_dma            582 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next);
qh_dma            413 drivers/usb/host/ehci-hub.c 	ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next);
qh_dma             63 drivers/usb/host/ehci-mem.c 	dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma);
qh_dma             80 drivers/usb/host/ehci-mem.c 	qh->qh_dma = dma;
qh_dma             94 drivers/usb/host/ehci-mem.c 	dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma);
qh_dma            210 drivers/usb/host/ehci-mem.c 					ehci->dummy->qh_dma);
qh_dma            983 drivers/usb/host/ehci-q.c 	__hc32		dma = QH_NEXT(ehci, qh->qh_dma);
qh_dma           1300 drivers/usb/host/ehci-q.c 		ehci_writel(ehci, (u32) ehci->async->qh_dma,
qh_dma             93 drivers/usb/host/ehci-sched.c 		*hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
qh_dma            582 drivers/usb/host/ehci-sched.c 			*hw_p = QH_NEXT(ehci, qh->qh_dma);
qh_dma           2433 drivers/usb/host/ehci-sched.c 				*hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
qh_dma           2468 drivers/usb/host/ehci-sched.c 				*hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma);
qh_dma            407 drivers/usb/host/ehci.h 	dma_addr_t		qh_dma;		/* address of qh */
qh_dma           1849 drivers/usb/host/fotg210-hcd.c 	dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma);
qh_dma           1865 drivers/usb/host/fotg210-hcd.c 	qh->qh_dma = dma;
qh_dma           1877 drivers/usb/host/fotg210-hcd.c 	dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma);
qh_dma           2914 drivers/usb/host/fotg210-hcd.c 	__hc32 dma = QH_NEXT(fotg210, qh->qh_dma);
qh_dma           3532 drivers/usb/host/fotg210-hcd.c 			*hw_p = QH_NEXT(fotg210, qh->qh_dma);
qh_dma           4969 drivers/usb/host/fotg210-hcd.c 	hw->hw_next = QH_NEXT(fotg210, fotg210->async->qh_dma);
qh_dma           5021 drivers/usb/host/fotg210-hcd.c 	fotg210_writel(fotg210, (u32)fotg210->async->qh_dma,
qh_dma            440 drivers/usb/host/fotg210.h 	dma_addr_t		qh_dma;		/* address of qh */
qh_dma            327 drivers/usb/host/oxu210hp-hcd.c 	dma_addr_t		qh_dma;		/* address of qh */
qh_dma           1075 drivers/usb/host/oxu210hp-hcd.c 		qh->qh_dma = virt_to_phys(qh);
qh_dma           1918 drivers/usb/host/oxu210hp-hcd.c 	__le32 dma = QH_NEXT(qh->qh_dma);
qh_dma           2399 drivers/usb/host/oxu210hp-hcd.c 			*hw_p = QH_NEXT(qh->qh_dma);
qh_dma           3045 drivers/usb/host/oxu210hp-hcd.c 	oxu->async->hw_next = QH_NEXT(oxu->async->qh_dma);
qh_dma           3126 drivers/usb/host/oxu210hp-hcd.c 	writel((u32) oxu->async->qh_dma, &oxu->regs->async_next);
qh_dma           3954 drivers/usb/host/oxu210hp-hcd.c 	writel((u32) oxu->async->qh_dma, &oxu->regs->async_next);
qh_dma            415 drivers/usb/host/uhci-debug.c 		__hc32 qh_dma;
qh_dma            455 drivers/usb/host/uhci-debug.c 		qh_dma = uhci_frame_skel_link(uhci, i);
qh_dma            456 drivers/usb/host/uhci-debug.c 		if (link != qh_dma) {
qh_dma            466 drivers/usb/host/uhci-debug.c 					hc32_to_cpu(uhci, qh_dma));