xhci_base         143 arch/mips/netlogic/xlp/usb-init-xlp2.c 	u64 port_addr, xhci_base, pci_base;
xhci_base         181 arch/mips/netlogic/xlp/usb-init-xlp2.c 	xhci_base = nlm_read_usb_reg(pci_base, 0x4) & ~0xf;
xhci_base         182 arch/mips/netlogic/xlp/usb-init-xlp2.c 	corebase = ioremap(xhci_base, 0x10000);
xhci_base         155 drivers/usb/early/xhci-dbc.c 	offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_LEGACY);
xhci_base         156 drivers/usb/early/xhci-dbc.c 	val = readl(xdbc.xhci_base + offset);
xhci_base         159 drivers/usb/early/xhci-dbc.c 		writel(val | XHCI_HC_OS_OWNED, xdbc.xhci_base + offset);
xhci_base         160 drivers/usb/early/xhci-dbc.c 		timeout = handshake(xdbc.xhci_base + offset, XHCI_HC_BIOS_OWNED, 0, 5000, 10);
xhci_base         164 drivers/usb/early/xhci-dbc.c 			writel(val & ~XHCI_HC_BIOS_OWNED, xdbc.xhci_base + offset);
xhci_base         169 drivers/usb/early/xhci-dbc.c 	val = readl(xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET);
xhci_base         172 drivers/usb/early/xhci-dbc.c 	writel(val, xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET);
xhci_base         354 drivers/usb/early/xhci-dbc.c 	cap_length = readl(xdbc.xhci_base) & 0xff;
xhci_base         355 drivers/usb/early/xhci-dbc.c 	ops_reg = xdbc.xhci_base + cap_length;
xhci_base         372 drivers/usb/early/xhci-dbc.c 		offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL);
xhci_base         376 drivers/usb/early/xhci-dbc.c 		val = readl(xdbc.xhci_base + offset);
xhci_base         380 drivers/usb/early/xhci-dbc.c 		val = readl(xdbc.xhci_base + offset + 8);
xhci_base         635 drivers/usb/early/xhci-dbc.c 	xdbc.xhci_base = xdbc_map_pci_mmio(bus, dev, func);
xhci_base         636 drivers/usb/early/xhci-dbc.c 	if (!xdbc.xhci_base)
xhci_base         640 drivers/usb/early/xhci-dbc.c 	offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
xhci_base         643 drivers/usb/early/xhci-dbc.c 		early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
xhci_base         644 drivers/usb/early/xhci-dbc.c 		xdbc.xhci_base = NULL;
xhci_base         649 drivers/usb/early/xhci-dbc.c 	xdbc.xdbc_reg = (struct xdbc_regs __iomem *)(xdbc.xhci_base + offset);
xhci_base         982 drivers/usb/early/xhci-dbc.c 	early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
xhci_base         983 drivers/usb/early/xhci-dbc.c 	xdbc.xhci_base = base;
xhci_base         984 drivers/usb/early/xhci-dbc.c 	offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_DEBUG);
xhci_base         985 drivers/usb/early/xhci-dbc.c 	xdbc.xdbc_reg = (struct xdbc_regs __iomem *)(xdbc.xhci_base + offset);
xhci_base         999 drivers/usb/early/xhci-dbc.c 	early_iounmap(xdbc.xhci_base, xdbc.xhci_length);
xhci_base         146 drivers/usb/early/xhci-dbc.h 	void __iomem		*xhci_base;