Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c543 ctrl->run_regs = (struct xhci_run_regs *)((char *)hccr + val); in xhci_mem_init()
546 ctrl->ir_set = &ctrl->run_regs->ir_set[0]; in xhci_mem_init()
H A Dxhci.h1220 struct xhci_run_regs *run_regs; member
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c923 return readl(&pdev->run_regs->microframe_index) >> 3; in cdnsp_get_frame()
1795 pdev->run_regs = pdev->regs + in cdnsp_gen_setup()
H A Dcdnsp-gadget.h1405 struct cdnsp_run_regs __iomem *run_regs; member
H A Dcdnsp-mem.c1277 pdev->ir_set = &pdev->run_regs->ir_set[0]; in cdnsp_mem_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c277 ARRAY_SIZE(xhci->run_regs->ir_set)); in xhci_zero_64b_regs()
282 ir = &xhci->run_regs->ir_set[i]; in xhci_zero_64b_regs()
5099 return readl(&xhci->run_regs->microframe_index) >> 3; in xhci_get_frame()
5184 xhci->run_regs = hcd->regs + in xhci_gen_setup()
H A Dxhci-ring.c4035 current_frame_id = readl(&xhci->run_regs->microframe_index); in xhci_get_isoc_frame_id()
4044 __func__, index, readl(&xhci->run_regs->microframe_index), in xhci_get_isoc_frame_id()
4337 start_frame = readl(&xhci->run_regs->microframe_index); in xhci_queue_isoc_tx_prepare()
H A Dxhci.h1518 struct xhci_run_regs __iomem *run_regs; member
H A Dxhci-mem.c2281 ir->ir_set = &xhci->run_regs->ir_set[intr_num]; in xhci_add_interrupter()