Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/early/
Dxhci-dbc.c156 offset = xhci_find_next_ext_cap(xdbc.xhci_base, 0, XHCI_EXT_CAPS_LEGACY); in xdbc_bios_handoff()
157 val = readl(xdbc.xhci_base + offset); in xdbc_bios_handoff()
160 writel(val | XHCI_HC_OS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()
161 timeout = handshake(xdbc.xhci_base + offset, XHCI_HC_BIOS_OWNED, 0, 5000, 10); in xdbc_bios_handoff()
165 writel(val & ~XHCI_HC_BIOS_OWNED, xdbc.xhci_base + offset); in xdbc_bios_handoff()
170 val = readl(xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()
173 writel(val, xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()
355 cap_length = readl(xdbc.xhci_base) & 0xff; in xdbc_do_reset_debug_port()
356 ops_reg = xdbc.xhci_base + cap_length; in xdbc_do_reset_debug_port()
373 offset = xhci_find_next_ext_cap(xdbc.xhci_base, offset, XHCI_EXT_CAPS_PROTOCOL); in xdbc_reset_debug_port()
[all …]
Dxhci-dbc.h146 void __iomem *xhci_base; member
/kernel/linux/linux-5.10/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()