Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ext-caps.h54 #define XHCI_LEGACY_CONTROL_OFFSET (0x04) macro
Dpci-quirks.c1196 val = readl(base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); in quirk_usb_handoff_xhci()
1202 writel(val, base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); in quirk_usb_handoff_xhci()
/Linux-v5.10/drivers/usb/early/
Dxhci-dbc.c163 val = readl(xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()
166 writel(val, xdbc.xhci_base + offset + XHCI_LEGACY_CONTROL_OFFSET); in xdbc_bios_handoff()