Searched refs:run_regs (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c923 return readl(&pdev->run_regs->microframe_index) >> 3;
1791 pdev->run_regs = pdev->regs +
H A Dcdnsp-gadget.h1349 * @run_regs: Runtime registers.
1400 struct cdnsp_run_regs __iomem *run_regs; member in struct:cdnsp_device
H A Dcdnsp-mem.c1277 pdev->ir_set = &pdev->run_regs->ir_set[0];
/linux-master/drivers/usb/host/
H A Dxhci.c301 ARRAY_SIZE(xhci->run_regs->ir_set));
306 ir = &xhci->run_regs->ir_set[i];
5137 return readl(&xhci->run_regs->microframe_index) >> 3;
5222 xhci->run_regs = hcd->regs +
H A Dxhci-ring.c3985 current_frame_id = readl(&xhci->run_regs->microframe_index);
3994 __func__, index, readl(&xhci->run_regs->microframe_index),
4290 start_frame = readl(&xhci->run_regs->microframe_index);
H A Dxhci.h1489 struct xhci_run_regs __iomem *run_regs; member in struct:xhci_hcd
H A Dxhci-mem.c2327 ir->ir_set = &xhci->run_regs->ir_set[intr_num];

Completed in 364 milliseconds