Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ext-caps.h55 #define XHCI_LEGACY_CONTROL_OFFSET (0x04) macro
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1189 #define XHCI_LEGACY_CONTROL_OFFSET (0x04) macro