Home
last modified time | relevance | path

Searched refs:async_next (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/include/linux/usb/
Dehci_def.h115 u32 async_next; /* address of next async queue head */ member
/Linux-v5.10/drivers/usb/host/
Dehci-fsl.c480 pdata->pm_async_next = ehci_readl(ehci, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_suspend()
546 ehci_writel(ehci, pdata->pm_async_next, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_resume()
Dfotg210.h271 u32 async_next; /* address of next async queue head */ member
Dehci-hcd.c583 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
Doxu210hp-hcd.c163 u32 async_next; /* address of next async queue head */ member
3128 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run()
3956 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
Dehci-hub.c412 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
Dehci-q.c1301 &ehci->regs->async_next); in end_iaa_cycle()
Dfotg210-hcd.c5019 &fotg210->regs->async_next); in fotg210_run()