Home
last modified time | relevance | path

Searched refs:run_regs (Results 1 – 5 of 5) 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()
5366 return readl(&xhci->run_regs->microframe_index) >> 3; in xhci_get_frame()
5452 xhci->run_regs = hcd->regs + in xhci_gen_setup()
H A Dxhci-ring.c4013 current_frame_id = readl(&xhci->run_regs->microframe_index); in xhci_get_isoc_frame_id()
4313 start_frame = readl(&xhci->run_regs->microframe_index); in xhci_queue_isoc_tx_prepare()