ehci_regs         166 arch/x86/kernel/early_printk.c static struct ehci_regs __iomem *ehci_regs;
ehci_regs         499 arch/x86/kernel/early_printk.c 	portsc = readl(&ehci_regs->port_status[port - 1]);
ehci_regs         502 arch/x86/kernel/early_printk.c 	writel(portsc, &ehci_regs->port_status[port - 1]);
ehci_regs         509 arch/x86/kernel/early_printk.c 		portsc = readl(&ehci_regs->port_status[port - 1]);
ehci_regs         514 arch/x86/kernel/early_printk.c 				&ehci_regs->port_status[port - 1]);
ehci_regs         516 arch/x86/kernel/early_printk.c 				portsc = readl(&ehci_regs->port_status[port-1]);
ehci_regs         542 arch/x86/kernel/early_printk.c 		status = readl(&ehci_regs->status);
ehci_regs         615 arch/x86/kernel/early_printk.c 		portsc = readl(&ehci_regs->port_status[i-1]);
ehci_regs         629 arch/x86/kernel/early_printk.c 	cmd = readl(&ehci_regs->command);
ehci_regs         631 arch/x86/kernel/early_printk.c 	writel(cmd, &ehci_regs->command);
ehci_regs         633 arch/x86/kernel/early_printk.c 		cmd = readl(&ehci_regs->command);
ehci_regs         649 arch/x86/kernel/early_printk.c 	cmd = readl(&ehci_regs->command);
ehci_regs         652 arch/x86/kernel/early_printk.c 	writel(cmd, &ehci_regs->command);
ehci_regs         655 arch/x86/kernel/early_printk.c 	writel(FLAG_CF, &ehci_regs->configured_flag);
ehci_regs         660 arch/x86/kernel/early_printk.c 		status = readl(&ehci_regs->status);
ehci_regs         690 arch/x86/kernel/early_printk.c 	portsc = readl(&ehci_regs->port_status[debug_port - 1]);
ehci_regs         692 arch/x86/kernel/early_printk.c 	writel(portsc, &ehci_regs->port_status[debug_port - 1]);
ehci_regs         834 arch/x86/kernel/early_printk.c 	ehci_regs  = ehci_bar + HC_LENGTH(readl(&ehci_caps->hc_capbase));