Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ext-caps.h55 #define XHCI_LEGACY_CONTROL_OFFSET (0x04) macro
H A Dpci-quirks.c1194 val = readl(base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); in quirk_usb_handoff_xhci()
1200 writel(val, base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); in quirk_usb_handoff_xhci()
/openbmc/linux/drivers/usb/early/
H A 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()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1188 #define XHCI_LEGACY_CONTROL_OFFSET (0x04) macro