Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c961 return readl(&pdev->run_regs->microframe_index) >> 3; in cdnsp_get_frame()
1831 pdev->run_regs = pdev->regs + in cdnsp_gen_setup()
H A Dcdnsp-gadget.h1417 struct cdnsp_run_regs __iomem *run_regs; member
H A Dcdnsp-mem.c1276 pdev->ir_set = &pdev->run_regs->ir_set[0]; in cdnsp_mem_init()
/linux/drivers/usb/host/
H A Dxhci.c296 ir = &xhci->run_regs->ir_set[i]; in xhci_zero_64b_regs()
5360 return readl(&xhci->run_regs->microframe_index) >> 3; in xhci_get_frame()
5446 xhci->run_regs = hcd->regs + in xhci_gen_setup()
H A Dxhci-ring.c4014 current_frame_id = readl(&xhci->run_regs->microframe_index); in xhci_get_isoc_frame_id()
4314 start_frame = readl(&xhci->run_regs->microframe_index); in xhci_queue_isoc_tx_prepare()
H A Dxhci.h1507 struct xhci_run_regs __iomem *run_regs; member
H A Dxhci-mem.c2328 ir->ir_set = &xhci->run_regs->ir_set[intr_num]; in xhci_add_interrupter()