Home
last modified time | relevance | path

Searched refs:xhci_base (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c155 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_LEGACY); in xdbc_bios_handoff()
156 val = readl(xdbc.xhci_base + offset); in xdbc_bios_handoff()
159 writel(val | XHCI_HC_OS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()
160 timeout = handshake(xdbc.xhci_base + offset, XHCI_HC_BIOS_OWNED, 0, 5000, 10); in xdbc_bios_handoff()
164 writel(val & ~XHCI_HC_BIOS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()
169 val = readl(xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()
172 writel(val, xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()
354 cap_length = readl(xdbc.xhci_base) & 0xff; in xdbc_do_reset_debug_port()
355 ops_reg = xdbc.xhci_base + cap_length; in xdbc_do_reset_debug_port()
372 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL); in xdbc_reset_debug_port()
[all …]
Dxhci-dbc.h132 void __iomem *xhci_base; member
/Linux-v4.19/arch/mips/netlogic/xlp/
Dusb-init-xlp2.c143 u64 port_addr, xhci_base, pci_base; in nlm_xlpii_usb_hw_reset() local
181 xhci_base = nlm_read_usb_reg(pci_base, 0x4) & ~0xf; in nlm_xlpii_usb_hw_reset()
182 corebase = ioremap(xhci_base, 0x10000); in nlm_xlpii_usb_hw_reset()