Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c1248 xhci_writel(&ctrl->ir_set->irq_control, 0x0); in xhci_lowlevel_init()
1249 xhci_writel(&ctrl->ir_set->irq_pending, 0x0); in xhci_lowlevel_init()
1266 temp = xhci_readl(&ctrl->ir_set->irq_pending); in xhci_lowlevel_stop()
1267 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()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h442 struct xhci_intr_reg ir_set[128]; member
1228 struct xhci_intr_reg *ir_set; member