Searched refs:async_next (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 115 u32 async_next; /* address of next async queue head */ member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 102 u32 async_next; /* address of next async queue head */ member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-fsl.c | 480 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()
|
H A D | fotg210.h | 271 u32 async_next; /* address of next async queue head */ member
|
H A D | oxu210hp-hcd.c | 163 u32 async_next; /* address of next async queue head */ member 3128 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run() 3958 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
|
H A D | ehci-q.c | 1301 &ehci->regs->async_next); in end_iaa_cycle()
|
H A D | ehci-hcd.c | 584 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
|
H A D | ehci-hub.c | 415 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
|
H A D | fotg210-hcd.c | 5013 &fotg210->regs->async_next); in fotg210_run()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-fsl.c | 474 pdata->pm_async_next = ehci_readl(ehci, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_suspend() 540 ehci_writel(ehci, pdata->pm_async_next, &ehci->regs->async_next); in ehci_fsl_mpc512x_drv_resume()
|
H A D | oxu210hp-hcd.c | 163 u32 async_next; /* address of next async queue head */ member 3129 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_run() 3959 writel((u32) oxu->async->qh_dma, &oxu->regs->async_next); in oxu_bus_resume()
|
H A D | ehci-hcd.c | 585 ehci_writel(ehci, (u32)ehci->async->qh_dma, &ehci->regs->async_next); in ehci_run()
|
H A D | ehci-hub.c | 415 ehci_writel(ehci, (u32) ehci->async->qh_dma, &ehci->regs->async_next); in ehci_bus_resume()
|
H A D | ehci-q.c | 1302 &ehci->regs->async_next); in end_iaa_cycle()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 269 u32 async_next; /* address of next async queue head */ member
|
H A D | fotg210-hcd.c | 5012 &fotg210->regs->async_next); in fotg210_run()
|
Completed in 39 milliseconds