Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ext-caps.h55 #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()
/drivers/usb/early/
Dxhci-dbc.c170 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()