ir_set           2108 drivers/usb/host/xhci-mem.c 	temp = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
ir_set           2118 drivers/usb/host/xhci-mem.c 			&xhci->ir_set->erst_dequeue);
ir_set           2500 drivers/usb/host/xhci-mem.c 	xhci->ir_set = &xhci->run_regs->ir_set[0];
ir_set           2519 drivers/usb/host/xhci-mem.c 	val = readl(&xhci->ir_set->erst_size);
ir_set           2525 drivers/usb/host/xhci-mem.c 	writel(val, &xhci->ir_set->erst_size);
ir_set           2533 drivers/usb/host/xhci-mem.c 	val_64 = xhci_read_64(xhci, &xhci->ir_set->erst_base);
ir_set           2536 drivers/usb/host/xhci-mem.c 	xhci_write_64(xhci, val_64, &xhci->ir_set->erst_base);
ir_set           2789 drivers/usb/host/xhci-ring.c 	temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
ir_set           2811 drivers/usb/host/xhci-ring.c 	xhci_write_64(xhci, temp_64, &xhci->ir_set->erst_dequeue);
ir_set           2858 drivers/usb/host/xhci-ring.c 		irq_pending = readl(&xhci->ir_set->irq_pending);
ir_set           2860 drivers/usb/host/xhci-ring.c 		writel(irq_pending, &xhci->ir_set->irq_pending);
ir_set           2870 drivers/usb/host/xhci-ring.c 		temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
ir_set           2872 drivers/usb/host/xhci-ring.c 				&xhci->ir_set->erst_dequeue);
ir_set            272 drivers/usb/host/xhci.c 		ir = &xhci->run_regs->ir_set[i];
ir_set            655 drivers/usb/host/xhci.c 	temp_64 = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
ir_set            662 drivers/usb/host/xhci.c 	temp = readl(&xhci->ir_set->irq_control);
ir_set            665 drivers/usb/host/xhci.c 	writel(temp, &xhci->ir_set->irq_control);
ir_set            674 drivers/usb/host/xhci.c 	temp = readl(&xhci->ir_set->irq_pending);
ir_set            677 drivers/usb/host/xhci.c 			xhci->ir_set, (unsigned int) ER_IRQ_ENABLE(temp));
ir_set            678 drivers/usb/host/xhci.c 	writel(ER_IRQ_ENABLE(temp), &xhci->ir_set->irq_pending);
ir_set            752 drivers/usb/host/xhci.c 	temp = readl(&xhci->ir_set->irq_pending);
ir_set            753 drivers/usb/host/xhci.c 	writel(ER_IRQ_DISABLE(temp), &xhci->ir_set->irq_pending);
ir_set            802 drivers/usb/host/xhci.c 	xhci->s3.erst_size = readl(&xhci->ir_set->erst_size);
ir_set            803 drivers/usb/host/xhci.c 	xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base);
ir_set            804 drivers/usb/host/xhci.c 	xhci->s3.erst_dequeue = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue);
ir_set            805 drivers/usb/host/xhci.c 	xhci->s3.irq_pending = readl(&xhci->ir_set->irq_pending);
ir_set            806 drivers/usb/host/xhci.c 	xhci->s3.irq_control = readl(&xhci->ir_set->irq_control);
ir_set            815 drivers/usb/host/xhci.c 	writel(xhci->s3.erst_size, &xhci->ir_set->erst_size);
ir_set            816 drivers/usb/host/xhci.c 	xhci_write_64(xhci, xhci->s3.erst_base, &xhci->ir_set->erst_base);
ir_set            817 drivers/usb/host/xhci.c 	xhci_write_64(xhci, xhci->s3.erst_dequeue, &xhci->ir_set->erst_dequeue);
ir_set            818 drivers/usb/host/xhci.c 	writel(xhci->s3.irq_pending, &xhci->ir_set->irq_pending);
ir_set            819 drivers/usb/host/xhci.c 	writel(xhci->s3.irq_control, &xhci->ir_set->irq_control);
ir_set           1169 drivers/usb/host/xhci.c 		temp = readl(&xhci->ir_set->irq_pending);
ir_set           1170 drivers/usb/host/xhci.c 		writel(ER_IRQ_DISABLE(temp), &xhci->ir_set->irq_pending);
ir_set            533 drivers/usb/host/xhci.h 	struct xhci_intr_reg	ir_set[128];
ir_set           1743 drivers/usb/host/xhci.h 	struct	xhci_intr_reg __iomem *ir_set;