Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ext-caps.h56 #define XHCI_LEGACY_CONTROL_OFFSET (0x04) macro
Dpci-quirks.c1206 val = readl(base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); in quirk_usb_handoff_xhci()
1212 writel(val, base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); in quirk_usb_handoff_xhci()
/linux-6.12.1/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()