Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c544 ctrl->run_regs = (struct xhci_run_regs *)((char *)hccr + val); in xhci_mem_init()
547 ctrl->ir_set = &ctrl->run_regs->ir_set[0]; in xhci_mem_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1221 struct xhci_run_regs *run_regs; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c268 ARRAY_SIZE(xhci->run_regs->ir_set)); in xhci_zero_64b_regs()
273 ir = &xhci->run_regs->ir_set[i]; in xhci_zero_64b_regs()
5187 return readl(&xhci->run_regs->microframe_index) >> 3; in xhci_get_frame()
5268 xhci->run_regs = hcd->regs + in xhci_gen_setup()
H A Dxhci-ring.c3974 current_frame_id = readl(&xhci->run_regs->microframe_index); in xhci_get_isoc_frame_id()
3983 __func__, index, readl(&xhci->run_regs->microframe_index), in xhci_get_isoc_frame_id()
4277 start_frame = readl(&xhci->run_regs->microframe_index); in xhci_queue_isoc_tx_prepare()
H A Dxhci.h1765 struct xhci_run_regs __iomem *run_regs; member
H A Dxhci-mem.c2631 xhci->ir_set = &xhci->run_regs->ir_set[0]; in xhci_mem_init()