Home
last modified time | relevance | path

Searched refs:ir_set (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c547 ctrl->ir_set = &ctrl->run_regs->ir_set[0]; in xhci_mem_init()
573 xhci_writeq(&ctrl->ir_set->erst_dequeue, in xhci_mem_init()
577 val = xhci_readl(&ctrl->ir_set->erst_size); in xhci_mem_init()
580 xhci_writel(&ctrl->ir_set->erst_size, val); in xhci_mem_init()
583 val_64 = xhci_readq(&ctrl->ir_set->erst_base); in xhci_mem_init()
587 xhci_writeq(&ctrl->ir_set->erst_base, val_64); in xhci_mem_init()
H A Dxhci.c1239 xhci_writel(&ctrl->ir_set->irq_control, 0x0); in xhci_lowlevel_init()
1240 xhci_writel(&ctrl->ir_set->irq_pending, 0x0); in xhci_lowlevel_init()
1257 temp = xhci_readl(&ctrl->ir_set->irq_pending); in xhci_lowlevel_stop()
1258 xhci_writel(&ctrl->ir_set->irq_pending, ER_IRQ_DISABLE(temp)); in xhci_lowlevel_stop()
H A Dxhci-ring.c399 xhci_writeq(&ctrl->ir_set->erst_dequeue, in xhci_acknowledge_event()
/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()
656 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_run()
663 temp = readl(&xhci->ir_set->irq_control); in xhci_run()
666 writel(temp, &xhci->ir_set->irq_control); in xhci_run()
675 temp = readl(&xhci->ir_set->irq_pending); in xhci_run()
678 xhci->ir_set, (unsigned int) ER_IRQ_ENABLE(temp)); in xhci_run()
679 writel(ER_IRQ_ENABLE(temp), &xhci->ir_set->irq_pending); in xhci_run()
753 temp = readl(&xhci->ir_set->irq_pending); in xhci_stop()
754 writel(ER_IRQ_DISABLE(temp), &xhci->ir_set->irq_pending); in xhci_stop()
[all …]
H A Dxhci-mem.c2221 temp = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_set_hc_event_deq()
2231 &xhci->ir_set->erst_dequeue); in xhci_set_hc_event_deq()
2631 xhci->ir_set = &xhci->run_regs->ir_set[0]; in xhci_mem_init()
2650 val = readl(&xhci->ir_set->erst_size); in xhci_mem_init()
2656 writel(val, &xhci->ir_set->erst_size); in xhci_mem_init()
2664 val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_mem_init()
2667 xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base); in xhci_mem_init()
H A Dxhci-ring.c3043 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3065 xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue); in xhci_update_erst_dequeue()
3126 irq_pending = readl(&xhci->ir_set->irq_pending); in xhci_irq()
3128 writel(irq_pending, &xhci->ir_set->irq_pending); in xhci_irq()
3138 temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_irq()
3140 &xhci->ir_set->erst_dequeue); in xhci_irq()
H A Dxhci.h540 struct xhci_intr_reg ir_set[128]; member
1768 struct xhci_intr_reg __iomem *ir_set; member
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h442 struct xhci_intr_reg ir_set[128]; member
1228 struct xhci_intr_reg *ir_set; member