Searched refs:async_next (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 114 u32 async_next; /* address of next async queue head */ member
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-fsl.c | 440 pdata->pm_async_next = ehci_readl(ehci, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_suspend() 506 ehci_writel(ehci, pdata->pm_async_next, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_resume()
|
D | oxu210hp.h | 131 u32 async_next; /* address of next async queue head */ member
|
D | fotg210.h | 261 u32 async_next; /* address of next async queue head */ member
|
D | fusbh200.h | 256 u32 async_next; /* address of next async queue head */ member
|
D | ehci-hcd.c | 582 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
|
D | ehci-q.c | 1308 &ehci->regs->async_next); in end_unlink_async()
|
D | ehci-hub.c | 413 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
|
D | oxu210hp-hcd.c | 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()
|
D | fusbh200-hcd.c | 5174 fusbh200_writel(fusbh200, (u32)fusbh200->async->qh_dma, &fusbh200->regs->async_next); in fusbh200_run()
|
D | fotg210-hcd.c | 5252 &fotg210->regs->async_next); in fotg210_run()
|